33 lines
329 B
Plaintext
33 lines
329 B
Plaintext
# Local machine configuration
|
|
config/service.env
|
|
|
|
# Runtime data and generated assets
|
|
data/
|
|
logs/
|
|
temp/
|
|
.tmp/
|
|
|
|
# Go local caches
|
|
.gocache/
|
|
.gomodcache/
|
|
.gotmp/
|
|
.gopath/
|
|
|
|
# Python cache
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
|
|
# Build and test artifacts
|
|
*.exe
|
|
*.test
|
|
*.out
|
|
*.err
|
|
*.log
|
|
*.pid
|
|
coverage.out
|
|
|
|
# OS / editor noise
|
|
.DS_Store
|
|
Thumbs.db
|