feat: create project

This commit is contained in:
Konstantin 2024-02-29 18:51:43 +01:00
commit b93eabd429
36 changed files with 1149 additions and 0 deletions

40
.dockerignore Normal file
View file

@ -0,0 +1,40 @@
# Django project
/media/
/static/
*.sqlite3
# Python and others
__pycache__
*.pyc
.DS_Store
*.swp
/venv/
/env/
/tmp/
/.vagrant/
/Vagrantfile.local
node_modules/
/npm-debug.log
/.idea/
.vscode
coverage
.python-version
# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg