File: .dockerignore

package info (click to toggle)
python-django-object-actions 4.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 348 kB
  • sloc: python: 746; makefile: 61; sh: 6
file content (12 lines) | stat: -rw-r--r-- 68 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
*.pyc
.coverage

.env
.tox/
*.db
*.sqlite


build/
dist/
*.egg-info