forked from JamsheerJabbar/Hackathon_backend_deriv
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.dockerignore
More file actions
63 lines (56 loc) · 800 Bytes
/
.dockerignore
File metadata and controls
63 lines (56 loc) · 800 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
57
58
59
60
61
62
63
# Git and version control
.git
.gitignore
# Python
__pycache__
*.py[cod]
*$py.class
*.so
.Python
env
venv
.venv
derivenv
*.egg-info
.eggs
# Environment and secrets (inject at runtime in ECS)
.env
.env.*
!.env.example
# IDE and OS
.vscode
.idea
.DS_Store
Thumbs.db
# Local databases (use EFS or RDS in production; do not bake into image)
*.db
# Logs and temp
logs
*.log
tmp
temp
# Documentation and non-runtime files
*.md
*.docx
*.pptx
*.pdf
Archive
# Scripts not needed in container
*.bat
# create_db.py
# create_new_db.py
# fast_init_db.py
# fix_few_shots.py
# generate_hackathon_data.py
# clean_domains.py
# hardcore_clean_domains.py
# import_data.py
# init_alerts_db.py
# init_db.py
# rename_col.py
# run_alerts_engine.py
# run_learning.py
# test_*.py
# update_*.py
# validate_db.py
.agent