kpsul/.gitignore
2018-11-04 23:07:57 +01:00

20 lines
144 B
Plaintext

*.pyc
*.swp
*.swo
cof/settings.py
settings.py
*~
venv/
.vagrant
/src
media/
*.log
*.sqlite3
.coverage
# PyCharm
.idea
.cache
# VSCode
.vscode/