mirror of
https://github.com/p-e-w/heretic.git
synced 2026-06-01 20:58:47 +02:00
26 lines
252 B
Plaintext
26 lines
252 B
Plaintext
# Python-generated files
|
|
__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
|
|
# Virtual environments
|
|
.venv/
|
|
|
|
# Caches
|
|
/.ruff_cache/
|
|
|
|
# Editors
|
|
/.vscode/
|
|
|
|
# Configuration files
|
|
/config.toml
|
|
|
|
# Study checkpoints
|
|
/checkpoints/
|
|
|
|
# Residual plots
|
|
/plots/
|