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

# Virtual environment
.venv/
venv/
env/

# uv
uv.lock

# Environment variables
.env
.env.*
!.env.example

# Local dev
Makefile

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

# macOS
.DS_Store

# Ruff
.ruff_cache/

# pytest
.pytest_cache/
.coverage
htmlcov/

# mypy
.mypy_cache/
