# Python bytecode and cache
__pycache__/
*.py[cod]
*$py.class

# Virtual environments
.venv/
venv/

# Packaging outputs
*.egg-info/
build/
dist/
astrobridge/_version.py

# Test/runtime artifacts
tests/tmp_web_state.db

# OS/editor files
.DS_Store
.vscode/

# LaTeX/Documentation files
docs/*.tex

# Private documentation (institutional sensitive content)
docs-private/
