You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
282 B

# Virtual environments
venv/
seed/
.venv/
# Environment & secrets
.env
.env.*
app/service-account.json
# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
# Build artifacts
dist/
build/
*.egg-info/
# IDE
.vscode/
.idea/
# OS
.DS_Store
Thumbs.db
# Docker volumes
pg_data/
redis_data/