Initial commit

This commit is contained in:
Lexi / Zoe 2019-09-16 00:56:59 +02:00
commit 9bd3d649c9
Signed by: binaryDiv
GPG key ID: F8D4956E224DA232
7 changed files with 207 additions and 0 deletions

29
.gitignore vendored Normal file
View file

@ -0,0 +1,29 @@
# Python / Django
*.log
*.pot
*.pyc
__pycache__/
local_settings.py
db.sqlite3
# C extensions
*.so
# Environments
.python-version
.env
.venv
env/
venv/
# Distribution / packaging
.Python
build/
dist/
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# IDE stuff
.idea/