# LaTeX
*.aux
*.log
*.out
*.pdf
*.synctex.gz

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

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

# Git backups
.git.backup*/

# Environment variables
.env
.env.local

# OS
.DS_Store
Thumbs.db

# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.pytype/
.mypy_cache/
.dmypy.json
dmypy.json

# Personal data (don't commit your actual CV/wins)
# Uncomment these if you want to keep your personal data private:
# cv.tex
# wins.md

# MCP config (contains credentials)
mcp.json
claude_desktop_config.json

# Testing
.pytest_cache/
.coverage
htmlcov/

# Logs
*.log
