# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.egg
*.egg-info/
dist/
build/
.eggs/
*.whl

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

# Tox / testing
.tox/
.pytest_cache/
.coverage
coverage.xml
htmlcov/
*.cover

# Mypy
.mypy_cache/
.dmypy.json

# Ruff
.ruff_cache/

# Hatch
.hatch/

# IDE
.idea/
.vscode/
*.swp
*.swo
