File: .gitignore

package info (click to toggle)
flask-sqlalchemy 3.1.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 832 kB
  • sloc: python: 2,909; makefile: 27; sh: 14
file content (12 lines) | stat: -rw-r--r-- 131 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
/.idea/
/.vscode/
/.venv/
__pycache__/
/dist/
/.pytest_cache/
/.coverage
/.coverage.*
/htmlcov/
/.mypy_cache/
/.tox/
/docs/_build/