We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4a394a commit d1648bbCopy full SHA for d1648bb
.dockerignore
@@ -1,6 +1,9 @@
1
-**/__pycache__
2
-**/venv
3
-**/.venv
4
-**/.python-version
5
-**/.git
6
-**/.github
+__pycache__/
+.git/
+.github/
+.idea/
+.vscode/
+venv/
7
+.venv/
8
+.ruff_cache/
9
+.pytest_cache/
.gitignore
@@ -1,2 +1,7 @@
.idea/
.vscode/
+.python-version
backend/.dockerignore
backend/.gitignore
@@ -1,12 +1,6 @@
__pycache__/
.env
-venv/
-.venv/
-.mypy_cache/
log/
alembic/versions/
static/media/
-.ruff_cache/
10
-.pytest_cache/
11
-.python-version
12
celerybeat-schedule.*
0 commit comments