# --- Secrets (never commit) ---
.env
.env.*
!.env.example
tuskr_projects.local.json
*.local.json
!tuskr_projects.example.json

# --- Python ---
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
env/
ENV/

# Build / packaging
build/
dist/
.pypirc
*.egg
*.egg-info/
.eggs/
pip-wheel-metadata/
*.manifest
*.spec

# Test / type / lint caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
hypothesis/

# --- Tools ---
.python-version

# --- IDE / editors ---
.idea/
.vscode/
*.swp
*.swo
*~
.project
.pydevproject
.settings/

# --- OS ---
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Thumbs.db
ehthumbs.db
Desktop.ini

# --- AI assistant local settings (keep shared .claude/settings.json) ---
.claude/settings.local.json

# --- Logs ---
*.log
