-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.dockerignore
More file actions
30 lines (26 loc) · 616 Bytes
/
Copy path.dockerignore
File metadata and controls
30 lines (26 loc) · 616 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
# VCS / tooling
.git/
.gitignore
.claude/
CLAUDE.md
CLAUDE_CODE_PROMPT.md
# Python
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
.venv/
# Web UI: the sources are needed by the build stage, the local artefacts are not.
frontend/node_modules/
frontend/dist/
frontend/.env
frontend/.env.*
# Local env and things not needed at runtime
.env
.env.example
tests/
docs/
docker/
# NOTE: README.md is kept — pyproject `readme = "README.md"` needs it at build time.
# alembic/ and alembic.ini are kept — migrations run on startup.
# NOTE: frontend/ is kept — the first build stage compiles it into bloom/static.