Files
heretic/.gitignore
Philipp Emanuel Weidmann 8593a5b416 feat: add end-to-end tests
2026-06-23 10:18:34 +05:30

29 lines
339 B
Plaintext

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv/
# Caches
/.ruff_cache/
# Editors
/.vscode/
# Configuration file (root only, not ignored in test directories)
/config.toml
# Study checkpoints
checkpoints/
# Residual plots
plots/
# Models generated by tests
/tests/*/model/