-
Notifications
You must be signed in to change notification settings - Fork 66
Expand file tree
/
Copy path.dockerignore
More file actions
52 lines (51 loc) · 1.07 KB
/
Copy path.dockerignore
File metadata and controls
52 lines (51 loc) · 1.07 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
# Ignore temporary files and development artifacts
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.pyc
*.pytest_cache/
*.coverage
*.egg-info/
build/
dist/
.eggs/
*.log
*.tmp
*.swp
.cache/
node_modules/
.npm-cache/
.mypy_cache/
.ruff_cache/
.venv/
.venv*/
.pytest_cache/
.coverage
site/
.tox/
.git/
.gitignore
Dockerfile*
.dockerignore
.env
*.env
*.md
alpha_factory_v1/tests/
requests/tests/
# Restrict build context for demo images
alpha_factory_v1/demos/*
!alpha_factory_v1/demos/meta_agentic_tree_search_v0/
!alpha_factory_v1/demos/meta_agentic_tree_search_v0/**
!alpha_factory_v1/demos/__init__.py
!alpha_factory_v1/demos/alpha_agi_business_3_v1/
!alpha_factory_v1/demos/alpha_agi_business_3_v1/**
!alpha_factory_v1/demos/alpha_agi_insight_v1/
!alpha_factory_v1/demos/alpha_agi_insight_v1/**
!alpha_factory_v1/demos/self_healing_repo/
!alpha_factory_v1/demos/self_healing_repo/**
!alpha_factory_v1/__init__.py
!alpha_factory_v1/demos/alpha_agi_insight_v1/requirements.lock
!requirements-demo.txt
!alpha_factory_v1/core/interface/web_client/dist/
!alpha_factory_v1/core/interface/web_client/dist/**