22 lines
250 B
Plaintext
22 lines
250 B
Plaintext
# Local environment and secrets
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Python cache
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# Runtime and debug artifacts
|
|
trace.log
|
|
debug_audio/
|
|
|
|
# Local tool artifacts
|
|
.codex
|
|
|
|
# Local backups and snapshots
|
|
*.backup.*
|
|
*.bak-*
|
|
backups/
|
|
staging/
|