24 lines
210 B
Plaintext
24 lines
210 B
Plaintext
# Secrets
|
|
.db_password
|
|
.redis_password
|
|
|
|
# Runtime data
|
|
postgres/
|
|
redis/
|
|
backend/uploads/
|
|
backend/logs/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
|
|
# Node
|
|
node_modules/
|
|
|
|
# OS
|
|
.DS_Store
|