File: .gitignore

package info (click to toggle)
python-django-object-actions 5.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 296 kB
  • sloc: python: 738; makefile: 64; sh: 6
file content (19 lines) | stat: -rw-r--r-- 137 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
*.pyc
__pycache__
.DS_Store
.coverage
.tox/
*.db
*.sqlite
.venv
.idea

# Private files
.env


# build
MANIFEST
build/*
dist/*
*.egg-info