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

# Virtual environments
.venv/
venv/
__pycache__/
*.pyc
*.pyo
*.pyd
dist/
build/
*.egg-info/
env/
ENV/

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

# Type checking
.mypy_cache/

# Linting
.ruff_cache/

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

# Jupyter
.ipynb_checkpoints/
*.ipynb_checkpoints

# Docs
site/

# OS
.DS_Store
Thumbs.db

# Distribution
*.tar.gz
*.whl
