# Virtual environment
.venv/

# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/
.venv/
venv/
env/
.env

# Distribution / packaging
*.whl
*.tar.gz
MANIFEST

# Test / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/

# Type checking
.mypy_cache/
.pytype/
.pyre/

# Linting
.ruff_cache/

# Editors
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Secrets (never commit these)
secrets.yml
secrets.yaml
*.secrets
.env
*.env
.env.local
.env.*.local

# Core dumps
core.*
*.core

# Logs
*.log
