# Build artifacts
dist/
build/
*.egg-info/

# Python
__pycache__/
*.py[cod]
*.so
.Python
env/
venv/
.venv/

# Local artifacts
starlog_flight.json
starlog.hpi
write_excellent_document_subchain.json
*.log

# IDE
.idea/
.vscode/
*.swp
*.swo
