Skip to content

Commit ebc5d2a

Browse files
committed
initial commit.
0 parents  commit ebc5d2a

1 file changed

Lines changed: 52 additions & 0 deletions

File tree

.gitignore

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
*.py[co]
2+
3+
# test files that should not be ignored
4+
!/tests/typecode/data/contenttype/compiled/java/*
5+
!/tests/typecode/data/contenttype/compiled/python/*
6+
!/tests/typecode/data/contenttype/compiled/flash/*
7+
!/tests/typecode/data/contenttype/compiled/linux/*
8+
!/tests/typecode/data/contenttype/compiled/win/*
9+
!/tests/typecode/data/contenttype/package/*
10+
11+
# virtualenv and other misc bits
12+
/src/*.egg-info
13+
/dist
14+
/build
15+
/bin
16+
/lib
17+
/scripts
18+
/Scripts
19+
/Lib
20+
/pip-selfcheck.json
21+
/tmp
22+
.Python
23+
/include
24+
/local
25+
26+
# Installer logs
27+
pip-log.txt
28+
29+
# Unit test / coverage reports
30+
.coverage
31+
.coverage.*
32+
nosetests.xml
33+
htmlcov
34+
35+
# Translations
36+
*.mo
37+
38+
# IDEs
39+
.project
40+
.pydevproject
41+
.idea
42+
43+
# Sphinx
44+
docs/_build
45+
46+
.DS_Store
47+
*~
48+
.*.sw[po]
49+
.build
50+
.ve
51+
*.bak
52+
/.cache/

0 commit comments

Comments
 (0)