File: .gitignore

package info (click to toggle)
python-django-crispy-forms 2.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,168 kB
  • sloc: python: 3,078; makefile: 88
file content (41 lines) | stat: -rw-r--r-- 377 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
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
setuptools_git-0.3.4-py2.6.egg
#buildout's specific
.installed.cfg
eggs/*
bin/*
build/*
dist/*
develop-eggs/*
parts/*
downloads/*

#egg's specific
*.egg-info

#defaults
*.pyc
*.pyo
__pycache__

#temp file
tempfile
*.swp

# testing
.tox/

# coverage
.coverage
htmlcov
_build

# OSX
*.DS_Store

# editors
.project
.pydevproject
.settings/
/.pytest_cache
.vscode
/.python-version