# Python tooling + build artifacts
__pycache__/
*.py[cod]
*$py.class

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

# Packaging / builds
build/
dist/
*.egg-info/
*.egg

# Test / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml

# Type checking / linting
.mypy_cache/
.ruff_cache/
.pytype/
.pyre/

# Hatch
.hatch/

# Jupyter
.ipynb_checkpoints/

# Editors / OS
.DS_Store
.idea/
.vscode/

# Agents
.codex/
.windsurf/
.claude/
.github/

# misc
tmp/
