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

# Virtual environments
.venv/
venv/

# uv
.uv-cache/

# Testing
.pytest_cache/
.coverage
htmlcov/

# IDE
.idea/
.vscode/
*.swp

# Jupyter
*.ipynb
.ipynb_checkpoints/

# OS
.DS_Store
