### Python template
.idea
.venv
.ruff_cache
.ty_cache

# HTML outputs from docstring examples (e.g. report.save("output/..."))
output/

### Don't expose API keys, etc.
.env

__marimo__

_tests
_book
_marimushka
_mkdocs
_benchmarks
_jupyter
_site
site/
docs/marimo.md
docs/notebooks/*.html
docs/reports/
docs/reports.md

# LaTeX build artifacts
docs/paper/*.aux
docs/paper/*.fdb_latexmk
docs/paper/*.fls
docs/paper/*.log
docs/paper/*.out
docs/paper/*.toc

# temp file used by Junie
.output.txt

# folder used for programs, e.g. uv, uvx, task, etc.
bin

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

# Generated presentation files
presentation.html
presentation.pdf
*.pptx

# C extensions
*.so

# .DS_Store
.DS_Store

# 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

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

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

# Security scanning baselines (regenerate as needed)
.bandit-baseline.json

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal

# Flask stuff:
instance/
.webassets-cache

# Cython debug symbols
cython_debug/

# Makefile
local.mk

.bandit-baseline.json

report.html
/demo_report.py
/positions.csv
/prices.csv
LICENSES.md
/test_output/
