-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path.gcloudignore
150 lines (120 loc) · 1.74 KB
/
.gcloudignore
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
.env
.venv
*.venv
.git
models
OFA/checkpoints
node_modules
bigdata
models
static/bower_components
statis/css
static/js
static/less
static/audio
static/jsbuild
static/cssbuild
static/less
static/fonts
data
tests
deploy.sh
gruntfile.js
.idea
.vscode
scripts
kuber
ddns
.pytest_cache
.mypy_cache
# Additional files and directories to ignore
cloudbuild2.yaml
cloudbuild.yaml
customers.Dockerfile
Dockerfile
Dockerfile.old
flagged
initialsetup.md
jwt
owners.md
package.json
package-lock.json
pytest.ini
README.md
reqs-all.txt
sellerinfo_faked.py
sellerinfo.pyc
setup.py
terms.txt
# Ignore all Python cache directories
**/__pycache__
# Ignore test directories
tests/
# Ignore development and build files
package.json
package-lock.json
Gruntfile.js
# Ignore version control files for other systems
.svn/
.hg/
# Ignore log files
*.log
# Ignore database files
*.sqlite
*.db
# Ignore compiled Python files
*.pyc
*.pyo
*.pyd
# Ignore temporary files
*.tmp
*.temp
*.swp
*~
# Ignore OS generated files
.DS_Store
Thumbs.db
*.pclprof
.aider*
.cursor
# Ignore additional directories and files
chromews/
ddns/
flagged/
jwt/
kuber/
OFA/
scripts/
transient/
# Ignore Docker-related files
*.Dockerfile
docker-compose.yml
# Ignore deployment and configuration files
cloudbuild*.yaml
deploy.sh
index.yaml
# Ignore documentation and setup files
initialsetup.md
README.md
owners.md
# Ignore manifest files
manifest/
# Ignore specific JavaScript files
static/js/templates.js
# Ignore specific configuration files
config.json
ddns
# Ignore specific test files
pytest.ini
# Ignore specific package management files
dev-requirements.txt
# Ignore specific build artifacts
*.egg-info/
static/img
static/js
static/css
static/less
static/audio
static/fonts
static/jsbuild
static/cssbuild