-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
56 lines (47 loc) · 681 Bytes
/
Copy path.gitignore
File metadata and controls
56 lines (47 loc) · 681 Bytes
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
# Virtual environment
.venv/
venv/
# Model weights (3+ GB) — distribute inside the packaged DMG only
models/
# Output and temp files
output/
*.pyc
__pycache__/
.ruff_cache/
.pytest_cache/
.ty_cache/
# macOS
.DS_Store
**/.DS_Store
Icon?
# PyInstaller / packaging
build/
dist/
*.spec
!Papyrus.spec
*.dmg
temp-dmg-*
# Settings (user-specific)
.papyrus/
# Egg info
*.egg-info/
.eggs/
# Workspace / IDE local
skills
.agent/
.agents/
.cursor/
mcp.json
.code-analysis/
.codex-artifacts/
# Icon build intermediates
*.iconset/
papyrus_icon_masked.png
papyrus_icon_grid_standard.png
papyrus_icon_perfect.png
# Session backups
AGENTS.md.backup.*
INSTRUCTIONS.md
*.log
*.tmp
*.orig