This repository has been archived on 2019-11-11. You can view files and clone it, but cannot push or open issues or pull requests.
tofu/.gitignore

32 lines
301 B
Plaintext

# 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/
# Other stuff
_tmp