This commit is contained in:
godd0t
2023-05-10 12:09:50 +02:00
parent b0627a98bf
commit f0e721955c
10 changed files with 130 additions and 40 deletions

40
.dockerignore Normal file
View File

@@ -0,0 +1,40 @@
# Ignore files generated by text editors
*~
*.swp
# Ignore version control files and directories
.git
.gitignore
svn
CVS
# Ignore Python bytecode files and cache directories
*.pyc
__pycache__
# Ignore local development settings files
.env
.local
.venv
# Ignore Docker build context directories
.dockerignore
.docker
# Ignore node_modules directory
node_modules
# Ignore Celery beat schedule file
celerybeat-schedule
# Ignore Celery worker pid file
celeryd.pid
# Ignore Celery task result files
celery-task-meta-*
# Ignore Django static files
/static
# Ignore Django media files
/media