File: .gitignore

package info (click to toggle)
python-tld 0.13-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,008 kB
  • sloc: python: 12,972; sh: 119; makefile: 19
file content (44 lines) | stat: -rw-r--r-- 494 bytes parent folder | download
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
42
43
44
*.py[cod]
*.orig
/.hgignore~
/.gitignore~
/.hg/
/.hgtags
/.git/
/.tox/
.cache/
.coverage
/htmlcov/
*.py,cover
.pytest_cache
.python-version
.idea/
.ipynb_checkpoints/
/deb_dist/
/codebin/

/example/tmp/
/forks/
/bugs/
/builddocs/
/builddocs.zip
/build/
/dist/
/dist_py27/
/src_py27/
/dist_py35/
/src_py35/
/src/tld.egg-info
/hotfixes/
/MANIFEST.in~
/src/tld/res/old/
/src/tld/parsers/
/prof/
*.cprof
*.lprof
pycallgraph_*.*
pycallgraph*.*
mprof.svg
mprofile_*.dat
profiler.py.prof
.mypy_cache/