File: .gitignore

package info (click to toggle)
python-django-storages 1.14.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 896 kB
  • sloc: python: 4,548; makefile: 119; sh: 6
file content (22 lines) | stat: -rw-r--r-- 154 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
*.egg
*.egg-info
*.orig
*.pyc
*.swp

.tox/
build/
__pycache__
.coverage
.cache

.idea/
.vscode/
.pytest_cache/
venv/
.venv/

dist/
docs/_build

.DS_Store