File: .dockerignore

package info (click to toggle)
python-django-object-actions 5.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 296 kB
  • sloc: python: 738; makefile: 64; sh: 6
file content (11 lines) | stat: -rw-r--r-- 62 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
*.pyc
.coverage

.env
*.db
*.sqlite


build/
dist/
*.egg-info