File: .gitignore

package info (click to toggle)
python-rebulk 3.3.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 752 kB
  • sloc: python: 7,497; makefile: 3
file content (26 lines) | stat: -rw-r--r-- 218 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
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
dist/
build/

# Python dist
*.egg-info/
.eggs/

# Coverage
.coverage

# PyEnv
.python-version

# Tox
.tox/

# py.test
lastfailed

# Jetbrain
*.iml
.idea/