# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Hatch-generated files
*/_version.py

# Virtual environments
.venv

# Testing artifacts
.coverage
.tox/
coverage.xml
htmlcov/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~

# OS-specific files
.DS_Store
Thumbs.db
