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

# out/ contains pre-built targets (auto-generated, committed for distribution)

# Virtual environments
.venv/
venv/

# uv.lock is committed for reproducible CI builds

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

# Secrets / env files
*.env*

# OS
.DS_Store
Thumbs.db

# mypy
.mypy_cache/

# ruff
.ruff_cache/

# pytest
.pytest_cache/
htmlcov/
.coverage

# tmuxinator config is personal
.tmuxinator.yml
