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.
1 parent f231ba8 commit 1cd038bCopy full SHA for 1cd038b
.dockerignore
@@ -7,6 +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,9 +292,7 @@ config_generation/config.py
292
# Model's inference files
293
Document_Classifier_inference/model.pt
294
295
-# Database backup
296
-backup.json
+# Ignore Database Backup files
297
298
-
299
-# Prod backup
300
-prod_backup-20240423.json
0 commit comments