This repository has been archived on 2019-11-11. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
tofu/.gitignore
2019-05-27 15:15:06 +02:00

29 lines
282 B
Text

# 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/