File: .gitignore

package info (click to toggle)
python-transliterate 1.10.2-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 812 kB
  • sloc: python: 1,973; makefile: 224; sh: 36
file content (22 lines) | stat: -rw-r--r-- 254 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
*.py[cod]
/.hgignore~
/.gitignore~
/.travis.yml~
/.hg/
/.hgtags
/.tox
/.coverage
/htmlcov/
*.py,cover
/.cache/
/.idea/

/example/db/
/example/tmp/
/build/
/builddocs/
/builddocs.zip
/dist/
/src/transliterate.egg-info
/.eggs/
/jupyter/.ipynb_checkpoints/