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 a4a394a commit 349c243Copy full SHA for 349c243
.dockerignore
@@ -1,6 +1,8 @@
1
-**/__pycache__
2
-**/venv
3
-**/.venv
4
-**/.python-version
5
-**/.git
6
-**/.github
+.git/
+.github/
+.idea/
+.vscode/
+venv/
+.venv/
7
+.ruff_cache/
8
+.pytest_cache/
.gitignore
@@ -1,2 +1,6 @@
.idea/
.vscode/
backend/.dockerignore
backend/.gitignore
@@ -1,12 +1,6 @@
__pycache__/
.env
-venv/
-.venv/
-.mypy_cache/
log/
alembic/versions/
static/media/
9
-.ruff_cache/
10
-.pytest_cache/
11
-.python-version
12
celerybeat-schedule.*
0 commit comments