-
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy path.gitignore
More file actions
54 lines (47 loc) · 820 Bytes
/
.gitignore
File metadata and controls
54 lines (47 loc) · 820 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
/dist/
.vscode/
.cursor/
.code/
config.yml
config.yaml
/pvetui
/pvetui.log
# Ignore log files anywhere in the project (including test-generated ones)
**/pvetui.log
/bin/
*.exe
*.code-workspace
# Runtime logs (now stored in XDG cache directory)
# logs/ - removed since logs are now in ~/.cache/pvetui/
# Docker/Container files
.env
.envrc
# Ignore cache data directories but not cache source code
/cache/
**/cache/badger/
**/cache/*.log
coverage.out
coverage.html
# OS files
.DS_Store
Thumbs.db
# Temporary files
*.tmp
*.swp
*.swo
*~
# Python cache
__pycache__/
*.pyc
# VHS demo output
# /docs/*.gif
# /docs/*.png
# /docs/*.svg
# /docs/*.webm
/scripts/e2e/output/
/docs/local
.notes/
# Generated API specs (kept locally, not committed)
docs/api/pve-openapi.yaml
docs/api/pve-openapi.json
docs/api/paths-index.json