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

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

# PyCharm
.idea/
*.iml

# macOS
.DS_Store
.AppleDouble
.LSOverride

# Testing
.pytest_cache/
.coverage
coverage.json
htmlcov/
.tox/

# UV
.uv/

# Mypy
.mypy_cache/
.dmypy.json

# Ruff
.ruff_cache/

# Documentation build
site/
