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

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

# uv
.uv/

# Distribution / packaging
.Python
MANIFEST

# 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/
pytestdebug.log

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json
.pytype/
.pyre/

# Linting
.ruff_cache/

# Docs
site/
docs/_build/

# Jupyter
.ipynb_checkpoints
*.ipynb

# PyCharm / IntelliJ
.idea/
*.iws
*.iml
*.ipr

# VS Code
.vscode/
*.code-workspace

# macOS
.DS_Store
.AppleDouble
.LSOverride
Icon
._*
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

# Windows
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db
*.stackdump
[Dd]esktop.ini
$RECYCLE.BIN/
*.cab
*.msi
*.msix
*.msm
*.msp
*.lnk

# Linux
*~

# Secrets and credentials
.env
*.pem
*.key
*.p12
secrets.json

# DocStream outputs
outputs/
*.pdf
*.dvi
*.aux
*.log
*.toc
*.out
*.bbl
*.blg
*.synctex.gz
*.fls
*.fdb_latexmk

# Test outputs (generated during manual testing)
test_outputs/
test_pdfs/*.pdf
test_pdfs/*.png
test_pdfs/real_test_outputs/
test_pdfs/edge_test_outputs/

# Temporary files
tmp/
temp/
*.tmp
*.bak
*.swp
*.swo
