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

# Virtual environments
.venv/
venv/
env/

# Packaging / build (hatch / setuptools)
dist/
build/
*.egg-info/
*.egg

# Test & quality tools
.pytest_cache/
.coverage
htmlcov/
.ruff_cache/
.mypy_cache/
.hypothesis/

# Environment and secrets
.env
.env.*
!.env.example

# OS / editor
.DS_Store
.idea/
.vscode/
