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-11-10 02:17:29 +01:00

28 lines
281 B
Text

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