lib.itmens/.gitignore
Henri Dickson e8b0b85f37
Merge pull request #9 from doubaniux/minor-ui-improvements
Minor UI improvements & other fixes
2022-12-19 09:00:10 -05:00

39 lines
404 B
Text

.DS_Store
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# VS Code configuration files
.vscode/
# flake8
tox.ini
# ignore migrations for now
migrations/
# docs/
# Local sqlite3 db
*.sqlite3
# deployed media and static files
/media/
/static/
/scripts/
# debug log file
/log
log
# conf folders
/conf
/neodb
# typesense folder
/typesense-data
# test coverage
.coverage