# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual environments
.venv/
venv/
ENV/
env/

# uv (keep uv.lock committed for reproducible installs)
.uv/

# Testing / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
coverage.xml
*.cover

# Ruff
.ruff_cache/

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

# OS
.DS_Store
Thumbs.db

# Project: local models and outputs (uncomment if you store large assets here)
models/
output/
checkpoints/
*.gguf
.cursor/
git-push
llama.cpp/
abliterate_lists/
abliterate-*/
.ollama-forge-*.json
docs/
blog/

# Secrets / env
.env
.env.local
*.pem
