We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 98c0f11 + 5d0a887 commit 366acdeCopy full SHA for 366acde
.dockerignore
@@ -52,15 +52,13 @@ MANIFEST
52
# Documentation & Local Configs
53
# =================================================================
54
# Markdown files for repository, not application
55
-README.md
56
CONTRIBUTING.md
57
CHANGELOG.md
58
59
# Local dev configs
60
docker-compose.yml
61
.pre-commit-config.yaml
62
.flake8
63
-pyproject.toml
64
65
# Sphinx or MkDocs generated sites
66
docs/_build/
@@ -83,11 +81,10 @@ datasets/
83
81
assets/
84
82
media/
85
*.csv
86
-*.json
87
*.parquet
88
-*.pkl
89
*.jpg
90
*.png
+# Note: *.json and *.pkl are NOT ignored because database/*.json and database/*.pkl are needed
91
92
# Local settings and secrets (should never be in the image)
93
local_settings.py
0 commit comments