# Environment variables and secrets
.env
.env.local
.env.*.local
*.secret
secrets/
credentials/

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual environments
venv/
env/
ENV/
env.bak/
venv.bak/
.venv/

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Database files
*.sqlite
*.sqlite3
*.db
*.db-journal
*.db-shm
*.db-wal
postgres_data/
pgdata/

# Logs
*.log
logs/
*.log.*

# Docker volumes and local data
docker-compose.override.yml
.docker/
volumes/

# Certificates and keys
*.pem
*.key
*.crt
*.cer
*.p12
*.pfx

# Backup files
*.bak
*.backup
*.tmp
*~

# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.hypothesis/

# Jupyter Notebook
.ipynb_checkpoints

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# pyenv
.python-version

# pipenv
Pipfile.lock

# Poetry
poetry.lock
