# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg
.eggs/
dist/
build/
*.whl
*.so

# Virtual environments
.venv/
venv/
env/

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

# Type checking
.mypy_cache/
.ruff_cache/

# MkDocs
site/

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

# macOS
.DS_Store

# PyInstaller
*.spec.bak

# Environment files
.env
.env.*
