| 123456789101112131415161718192021222324252627282930313233343536 |
- # IDE and editor files
- .idea/
- .vscode/
- .claude/
- *.iml
- .DS_Store
- # Go environment files
- .envrc
- gopls.mod
- go.work
- go.work.sum
- # Log files
- *.log
- logs/
- # Build output
- /build
- /pkg
- /bin
- /dist
- # Configuration files (local)
- conf/app.conf
- # Other
- *.dat
- *.out
- *.pyc
- *.pyo
- .cache/
- # Project specific
- pullcoding.sh
- clearlog.sh
|