# Python bytecode
__pycache__/
*.py[cod]
*$py.class
*.pyc
*.pyo
*.pyd

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

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

# pytest
.pytest_cache/
.cache/
htmlcov/
.coverage
coverage.xml
*.cover

# mypy / pyright / ruff
.mypy_cache/
.ruff_cache/
.pytype/

# macOS
.DS_Store
.AppleDouble
.LSOverride
Icon?
._*
.Spotlight-V100
.Trashes

# Editor / IDE
.vscode/
.idea/
*.swp
*.swo
*~

# Secrets / environment overrides
.env.local
.env.*.local
secrets.yaml
secrets.json

# Logs
*.log
logs/

# PyPI / packaging
*.whl
.eggs/
