19 lines
214 B
Plaintext
19 lines
214 B
Plaintext
# Secrets and local state
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
backend/data/
|
|
backend/.venv/
|
|
|
|
# Build and tooling
|
|
**/node_modules/
|
|
frontend/dist/
|
|
__pycache__/
|
|
*.py[cod]
|
|
.pytest_cache/
|
|
**/*.log
|
|
.DS_Store
|
|
.tmp/
|
|
.git/
|
|
.gitignore
|