-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.dockerignore
More file actions
62 lines (51 loc) · 794 Bytes
/
.dockerignore
File metadata and controls
62 lines (51 loc) · 794 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
# Version control system files
.git
.gitignore
# Logs and temporary files
*.log
logs/
__pycache__/
.mypy_cache/
.ruff_cache/
.cache/
# Virtual environment and dependency files
env/
.venv/
# Environment configuration files
.env.prod
.env.production
.env.dev
.env.development
.env.staging
.env.stage
.env.test
.env.testing
.env.local
.env.example
# Build and setup scripts
make-env-example.sh
make-env.sh
# Test files and directories
test.py
test.json
tests/
# IDE and editor specific files
.vscode/
# GitHub workflow and contribution files
.github/
CHANGELOG.md
CONTRIBUTING.md
# Documentation and license files
README.md
# Docker Compose file (if not needed in build context)
docker-compose.yml
# Package and archive files
*.zip
*.7zip
*.dmg
*.gz
*.iso
*.jar
*.rar
# Other
.DS_STORE