-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.dockerignore
More file actions
97 lines (83 loc) · 1.13 KB
/
.dockerignore
File metadata and controls
97 lines (83 loc) · 1.13 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
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
# Git
.git
.gitignore
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
eggs/
parts/
bin/
var/
sdist/
develop-eggs/
.installed.cfg
lib/
lib64/
# Virtual environments
.env
.venv
venv
# Test artifacts
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.pytest_cache/
htmlcov/
# OS-specific
.DS_Store
*.swp
*.swo
*~
# IDE
.vscode/
.idea/
# Node
node_modules/
# Documentation (not needed in runtime container)
docs/
*.md
!README.md
mkdocs.yml
# Development and testing files
tests/
scripts/
*.ipynb
.github/
.pre-commit-config.yaml
# Frontend source files (keep built assets if any)
frontend/packages/*/src/
frontend/packages/*/tests/
frontend/packages/*/node_modules/
frontend/.commitlintrc.json
frontend/.prettierignore
frontend/.prettierrc.json
frontend/eslint.config.js
# Build artifacts and development files
*.whl
poetry.lock
# Local development files
docker-compose.yml
docker-compose.example.yml
*.log
*.pid
# Temporary and cache directories
tmp/
temp/
.cache/
# Security and development configs
SECURITY.md
CONTRIBUTORS.md
CHANGELOG.md
claude.md
# OpenAPI spec (generated at runtime)
openapi.yaml