# env
.venv/
venv/
env/
.env
.env.local
.python-version

# build artifacts
dist/
build/
*.egg-info/
__pycache__/
*.pyc
*.pyo
*.pyd

# tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.ty_cache/
.coverage
htmlcov/
coverage.xml

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