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

# Build / dist
build/
dist/
*.egg-info/
*.egg

# Tooling caches
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/
coverage.xml

# Virtualenvs
.venv/
venv/
env/

# IDE / OS
.vscode/
.idea/
.DS_Store

# Local env
.env
.env.local
