File: .gitignore

package info (click to toggle)
flask-gravatar 0.4.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 196 kB
  • sloc: python: 282; makefile: 6; sh: 3
file content (12 lines) | stat: -rw-r--r-- 98 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
*.pyc
*.pyo

.cache
.coverage
.tox

Flask_Gravatar.egg-info/
build/
dist/
docs/_build/
docs/html/