File: .gitignore

package info (click to toggle)
python-frozendict 2.4.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,704 kB
  • sloc: ansic: 33,974; python: 2,314; sh: 11; makefile: 3
file content (35 lines) | stat: -rw-r--r-- 290 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
# Compiled stuff
*.pyc
*.pyo
doc/_build
build
*.so

# Crap created by version control
.orig
.rej

# Files created by distutils
MANIFEST
dist
*.egg-info
.cache

# OS X
.DS_Store

# Other *nix:es
.~

# ?
index-*.html

# Custom
venv*
Pipfile
test/core.*
.eggs/
.idea/
.vs/
.coverage
coverage/