aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 340a97751ba681f635c25c5de949328cf8f727ff (plain)
1
2
3
4
5
6
7
8
9
10
# Local config with real host paths (see .env.example)
.env

# Local generated output / model cache, if ever placed in-repo
/out/
/models/

# Python bytecode (from running tests in-container)
__pycache__/
*.pyc