# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/

# Translations
*.mo
*.pot

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
.venv-wsl/

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

# Jupyter Notebook
.ipynb_checkpoints

# pytype static type analyzer
.pytype/

# Cython debug symbols
cython_debug/

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# ruff
.ruff_cache/

# Mutation testing
.mutmut-cache
mutmut_progress.log

# Model outputs (large files)
*.gguf
*.safetensors
*.bin
*.pt
*.pth
output/
models/
checkpoints/

# Logs
*.log
logs/

# OS
.DS_Store
Thumbs.db
nul

# Claude Code (Windows bug creates literal nul files)
.claude/settings.local.json

# Unsloth runtime cache
unsloth_compiled_cache/

# Test output artifacts
test_output/

# Secrets (never commit these!)
.env.local
.env.*.local
secrets.json
credentials.json
*.key
*.pem
