File: .gitignore

package info (click to toggle)
python-django-otp 1.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 772 kB
  • sloc: python: 3,344; makefile: 140
file content (14 lines) | stat: -rw-r--r-- 129 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Python
__pycache__/
*.py[co]

# builds
/dist/
/docs/build/

# test
*.sqlite3
/test/config/env-*.toml

# Other tools
/.coverage