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

# Virtual environment
.venv/
venv/
env/

# Environment variables
.env

# uv
uv.lock

# Type checker / linter caches
.mypy_cache/
.ruff_cache/

# pytest
.pytest_cache/
htmlcov/
.coverage

# macOS
.DS_Store

# IDEs
.idea/
.vscode/
