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

# Build output
build/
dist/

# Tests and tooling
tests/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
.coverage.*
htmlcov/

# Virtual environments
.venv/
venv/
env/

# Local configuration
.env
*.log

# Editors and operating systems
.idea/
.vscode/
.DS_Store
Thumbs.db
