-
Notifications
You must be signed in to change notification settings - Fork 66
Expand file tree
/
Copy path.gitignore
More file actions
55 lines (47 loc) · 940 Bytes
/
Copy path.gitignore
File metadata and controls
55 lines (47 loc) · 940 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
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
# Virtual environments
.venv/
venv/
# Distribution / packaging
*.egg-info/
node_modules/
build/
dist/
tmp/
tmp*/
temp/
*/tmp/
*/temp/
!**/package-lock.json
!alpha_factory_v1/core/interface/web_client/dist/
!alpha_factory_v1/demos/alpha_agi_insight_v1/src/interface/web_client/dist/
# Browser demo assets
alpha_factory_v1/demos/alpha_agi_insight_v1/insight_browser_v1/wasm/
alpha_factory_v1/demos/alpha_agi_insight_v1/insight_browser_v1/wasm_llm/
!alpha_factory_v1/demos/alpha_agi_insight_v1/insight_browser_v1/wasm_llm/
!alpha_factory_v1/demos/alpha_agi_insight_v1/insight_browser_v1/wasm_llm/README.md
# Logs
*.log
logs/
*/logs/
log/
*/log/
# Environment configuration files
.env
*.env
# Key files
*.key
# Pytest artifacts
.pytest_cache/
data/tm_cache/
tm_cache/
*/tm_cache/
site/
# Coverage files
coverage.xml
.coverage*
# Local databases
archive.db
solutions.duckdb