# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg
*.egg-info/
dist/
build/
eggs/
parts/
var/
sdist/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
MANIFEST

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

# Testing
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
htmlcov/
junit.xml

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

# Linting
.ruff_cache/

# Docs
site/
docs/_build/

# Build history
.build_logs/
.build_history/
.uv/

# Editors
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
