# 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
MANIFEST

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

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

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

# Application specific
logs/
*.log
temp/
tmp/
.pytest_cache/

# Development notes and scratch work
docs/notes/
docs/scratch/
docs/planning/
docs/conversations/
*.draft.md
*.wip.md
*.temp.md

# Output files (for testing)
*_compiled.pdf
*_compiled.png
*_compiled.tex
combined_output.pdf

# LaTeX auxiliary files
*.aux
*.fdb_latexmk
*.fls
*.synctex.gz
*.toc
*.out
*.bbl
*.blg