# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/
.venv/
venv/
env/
*.egg-link
pip-wheel-metadata/
MANIFEST

# Testing / coverage
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
coverage.xml

# Ruff / type-checking
.ruff_cache/
.mypy_cache/
.pyright/

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

# Env
.env
*.env.local

# Distribution
*.tar.gz
*.whl
.planning/
