# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg
.eggs/

# Build / dist
build/
dist/

# Testing
.pytest_cache/
.coverage
htmlcov/
.ruff_cache/

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

# auto-fio test artifacts (in case a run is interrupted)
.autofio_*

# IDE / OS
.vscode/
.vs/
.idea/
.DS_Store
Thumbs.db
