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

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

# uv
uv.lock

# Testing
.pytest_cache/
.coverage
htmlcov/
*.cover
.hypothesis/

# mypy
.mypy_cache/

# ruff
.ruff_cache/

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

# Distribution
dist/
