Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,13 @@ MANIFEST
# Documentation & Local Configs
# =================================================================
# Markdown files for repository, not application
README.md
CONTRIBUTING.md
CHANGELOG.md

# Local dev configs
docker-compose.yml
.pre-commit-config.yaml
.flake8
pyproject.toml

# Sphinx or MkDocs generated sites
docs/_build/
Expand All @@ -83,11 +81,10 @@ datasets/
assets/
media/
*.csv
*.json
*.parquet
*.pkl
*.jpg
*.png
# Note: *.json and *.pkl are NOT ignored because database/*.json and database/*.pkl are needed

# Local settings and secrets (should never be in the image)
local_settings.py
Expand Down
Loading