# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
build/
dist/

# Virtual environment config (contains personal paths)
pyvenv.cfg
/lib
/include
/bin
.ropeproject

# Large binaries (PDFs should not be tracked in git)
*.pdf

# Output directories
output/
*/output
