kpsul/.gitignore
2018-11-19 23:30:33 +01:00

21 lines
157 B
Plaintext

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