20 lines
260 B
Plaintext
20 lines
260 B
Plaintext
# Secrets — never commit
|
|
.env
|
|
*.env
|
|
!.env.example
|
|
|
|
# Python (for when backend/ arrives in M1)
|
|
__pycache__/
|
|
*.pyc
|
|
.venv/
|
|
venv/
|
|
|
|
# OS/editor noise
|
|
.DS_Store
|
|
Thumbs.db
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Docker volumes should never be tracked in git
|
|
infrastructure/docker/data/
|