# Byte-compiled / cache files
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
build/
dist/
.eggs/
*.egg-info/
*.egg
*.whl
pip-wheel-metadata/
.installed.cfg

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

# Test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
pytest_cache/

# OS-specific
.DS_Store
Thumbs.db

# IDE / editor
.vscode/
.idea/

# Local dev / temp
dev/
notes.txt