-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.dockerignore
81 lines (63 loc) · 947 Bytes
/
.dockerignore
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
samples
*.wav
*.log
venv
*.nemo
# Ignore all Python files except those explicitly copied
*.pyc
*.pyo
*.pyd
# Ignore all virtual environments
venv/
env/
.env/
.venv/
__pycache__/
# Ignore build artifacts
build/
dist/
*.egg-info/
# Ignore local version control files
.git/
.gitignore
# Ignore local environment files
.env
# Ignore local log files
*.log
# Ignore all node_modules
node_modules/
# Ignore all Docker-related files
Dockerfile
docker-compose.yml
# Ignore all local development files
.vscode/
.idea/
.pytest_cache/
# Ignore all test files
*.test.*
*.spec.*
*_test.*
*_spec.*
# Ignore all backup files
*.bak
*.swp
*.tmp
*.orig
# Ignore all documentation files
*.md
*.txt
*.rst
# Ignore all temporary files
*.tmp
*.temp
*.cache
# Ignore all user-specific files
*.user
*.prefs
*.rc
# Ignore all unnecessary directories and files
__pycache__
__pypackages__
!requirements.txt
#!model_requirements.txt
#!server_requirements.txt