File: .gitignore

package info (click to toggle)
python-sure 2.0.1%2Bgit.2023.02.06.3aef950b7c-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 744 kB
  • sloc: python: 3,512; makefile: 255; sh: 12
file content (21 lines) | stat: -rw-r--r-- 251 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
# python bytecode
*.pyc
__pycache__

# pip and setuptools
docs/_build
build/
dist/
*.egg-info/
sure-*.tar.gz

# temporary test files and dirs
.coverage
.tox

# temporary editor files
*.sublime-project
*.sublime-workspace
*.swp
.venv/
/.python-version