aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 4492ee4a322e150209ab434d0687378a7b03a01a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/.vagrant/
/assets/sounds/
/.ai/
/inbox/

# Reference repos (external repos for reference)
/reference-repos/

# VM Testing Infrastructure
/vm-images/
/test-results/
*.qcow2
*.iso

# Editor/tool local settings
/.claude/
/.cursorrules

# Python bytecode cache
__pycache__/