58 lines
572 B
Plaintext
58 lines
572 B
Plaintext
# ---> Python
|
|
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# Unit test / coverage reports
|
|
htmlcov/
|
|
.tox/
|
|
.nox/
|
|
.coverage
|
|
.coverage.*
|
|
.cache
|
|
nosetests.xml
|
|
coverage.xml
|
|
*.cover
|
|
*.py,cover
|
|
.hypothesis/
|
|
.pytest_cache/
|
|
cover/
|
|
|
|
# Translations
|
|
*.mo
|
|
*.pot
|
|
|
|
# Django stuff:
|
|
*.log
|
|
local_settings.py
|
|
*.sqlite3
|
|
*.sqlite3-journal
|
|
|
|
# Environments
|
|
.venv
|
|
env/
|
|
venv/
|
|
ENV/
|
|
env.bak/
|
|
venv.bak/
|
|
|
|
# VisualStudioCode
|
|
.vscode/
|
|
.history/
|
|
*.vsix
|
|
*.code-workspace
|
|
|
|
# Others
|
|
.git/
|
|
.gitignore
|
|
.prettierignore
|
|
.github/
|
|
.gitea/
|
|
|
|
# Project specific
|
|
/static/
|
|
/media/
|
|
/docs/
|
|
|