We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 99cfb9f + 1cd038b commit 2208bdcCopy full SHA for 2208bdc
.dockerignore
@@ -7,5 +7,13 @@
7
.pre-commit-config.yaml
8
.readthedocs.yml
9
.travis.yml
10
-venv
11
.git
+
12
+# ignore local python environments
13
+venv
14
+.venv
15
16
+# prevent large backup files from being copied into the image
17
+/backups
18
+*.sql
19
+*.gz
.gitignore
@@ -292,8 +292,7 @@ config_generation/config.py
292
# Model's inference files
293
Document_Classifier_inference/model.pt
294
295
-# Database backup
296
-backup.json
297
-
298
-# Prod backup
299
-prod_backup-20240423.json
+# Ignore Database Backup files
0 commit comments