# Secrets and local configuration
.env
.env.*
!.env.example
*.pem
*.key
*serviceAccount*.json
passwords.json

# Production and development data
*.db
*.db-*
*.sqlite
*.sqlite3
files/
static/uploads/
legacy/niosmess/static/uploads/

# Temporary source transfers
nios_v4_source_*.tar.gz

# Python
__pycache__/
*.py[cod]
.pytest_cache/
.pytest-tmp/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
.venv/
venv/

# IDE / OS
.idea/
.vscode/
.DS_Store
Thumbs.db
