-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
85 lines (70 loc) · 1.04 KB
/
Copy path.gitignore
File metadata and controls
85 lines (70 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
# Python
__pycache__/
*.py[cod]
*$py.class
*.pyo
*.pyd
.Python
# Distribution / build
dist/
build/
*.egg-info/
*.egg
MANIFEST
# Virtual environments
.venv/
venv/
env/
ENV/
# Pytest / coverage
.pytest_cache/
.coverage
htmlcov/
coverage.xml
*.cover
# Type checker caches
.mypy_cache/
.ruff_cache/
.pytype/
# IDE
.vscode/
.idea/
*.swp
*.swo
*.orig
# Forge outputs
out/
output/
# Blender artifacts
*.blend1
*.blend2
*.blend.bak
*.blend@
# VRM build outputs (outputs in out/ are ignored above; this catches strays)
*.vrm.bak
# Hoard cache (locally fetched assets — not committed; seeded by first-run or CI)
src/seidr_smidja/hoard/cache/
hoard_cache/
# Annáll database (session records — local, not committed)
annall.db
*.annall.db
data/annall/
runs.sqlite
runs.jsonl
# Configuration overrides (user-local; never committed)
config/user.yaml
# Environment secrets
.env
.env.*
!.env.example
# OS
.DS_Store
Thumbs.db
desktop.ini
# Temporary files
*.tmp
*.temp
~$*
# Symlinked binary assets (point outside repo)
data/hoard/bases/*.vrm
data/hoard/bases/*.fbx