forked from KKingZero/Zypheron-CLI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
89 lines (74 loc) · 1.1 KB
/
Copy path.gitignore
File metadata and controls
89 lines (74 loc) · 1.1 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
86
87
88
89
# Zypheron CLI - Go Project
# Binaries
zypheron-go/build/
zypheron-go/release/
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
!Dockerfile.test
# Output of the go coverage tool
*.out
coverage.out
coverage.html
# Go workspace file
go.work
# Test cache
go.sum
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Temporary files
*.tmp
*.log
.codex
.codex-go-build/
.codex-go-tmp/
.codex-ccache/
.codex-home/
AGENTS.md
# Python cache/venv
__pycache__/
*.pyc
*.pyo
*.pyd
zypheron-ai/venv/
zypheron-ai/.venv/
zypheron-ai/.pip-cache/
zypheron-ai/.hypothesis/
zypheron-ai/.pytest-state/
zypheron-ai/*.egg-info/
zypheron-api/.venv/
zypheron-api/.pip-cache/
zypheron-go/.gotmp/
zypheron-go/.gocache/
zypheron-go/.ccache/
zypheron-go/.install-test/
# Configuration (keep examples)
*.env
!.env.example
# Build artifacts
dist/
*.tar.gz
*.zip
# Compressed binaries
zypheron-go/build/*-upx
# Local dev binaries
zypheron-go/zypheron.real
zypheron-go/zypheron.bin
# Archived documentation (outdated/internal)
docs/archive/
# test artifacts
.pytest-state/
htmlcov/
.coverage
coverage.xml