1
0
mirror of https://github.com/creyD/asiimov.git synced 2026-06-12 00:52:23 +02:00

Added gitignore

This commit is contained in:
2020-01-02 20:31:54 +01:00
parent 3f6d2fe090
commit 3ca728e038

38
.gitignore vendored Normal file
View File

@@ -0,0 +1,38 @@
### PYTHON ###
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# pyenv
.python-version
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
.env_docs/
### Sphinx ###
_build/
_templates/
_static/
### DJANGO ###
# Django Database Files
db.sqlite3
*.sqlite3-journal
# Excluding Django Static Folder
static/
### Operating Systems ###
# macOS
.DS_Store