# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/
MANIFEST

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

# Hatch / build
.hatch/
*.whl

# Testing & coverage
.pytest_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json

# Ruff
.ruff_cache/

# IDE / OS
.DS_Store
.idea/
.vscode/
*.swp
*.swo
