# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/

# Testing
.pytest_cache/
.coverage
htmlcov/
coverage.xml

# Type checking
.mypy_cache/

# Linting
.ruff_cache/

# Virtual environment
.venv/

# Nix
.direnv/
result

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

# Environment variables
.env
.env.*

# OS
.DS_Store
Thumbs.db
