# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd

# Distribution / packaging
*.egg-info/
*.egg
.eggs/
build/
dist/

# Virtual environments
.venv/
venv/

# Jupyter notebooks checkpoints
.ipynb_checkpoints/

# Logs
*.log

# Unit test / coverage reports
.coverage
.coverage.*
.cache
.pytest_cache/
htmlcov/

# IDE / editor settings
.vscode/
.idea/
*.swp

# Git & version control
.git
.gitignore

# Environment variables / secrets
.env
*.env

# Docker itself
Dockerfile
.dockerignore