# Simplify setup for Mac users
.Rproj.user
.DS_Store

tmp/

# User configuration  on our IDE
.vscode/*
.idea/*

# Python profile data
*.dat

# Report
./report/img/
.hypothesis/unicode_data/13.0.0/charmap.json.gz

# Ephemeral development tooling
avatar/tools/

node_modules/


# Custom
.idea/

lsg/analysis/tmp
fixtures/downloaded

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

# C extensions
*.so


# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

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

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/
temp/
vscode/settings.json

# Translations
*.mo
*.pot

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

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/
docs/specs/typst/output/

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
.python-version

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/


# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/
core/lsg.pyi
avatar/lsg.pyi
avatar/src/lsg.pyi
services/api/avatar-shared

# Test report artifacts (generated during prerelease CI only)
.test-reports/

# Generated PDF documentation (compile from .typ sources instead)
docs/specs/typst/archive/*.pdf
docs/specs/typst/output/*.pdf

# Generated SAT log artifacts (produced locally / in CI, never committed)
sat-log-*.typ
sat-log-*.pdf
sat-log-*.pdf.asc
sat-log-*.zip
sat-log-*.notes.md
sat-test-reports/
