# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*.so

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg
.eggs/

# Generated by hatch-vcs
drones/_version.py

# Virtual environments / tooling
.venv/
env/
.pixi/

# Test / coverage / type-check caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/

# Editors
.idea/
.vscode/
