File: .gitignore

package info (click to toggle)
cu2qu 1.6.5-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 872 kB
  • sloc: python: 2,169; makefile: 6
file content (29 lines) | stat: -rw-r--r-- 348 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
# Byte-compiled and optimized files
__pycache__/
*.py[cod]
*$py.class
*.so

# cython generated C/HTML files
Lib/cu2qu/*.c
Lib/cu2qu/*.html

# Packaging
*.egg-info
*.eggs
build
dist

# Unit test and coverage files
.cache
.coverage
.coverage.*
.tox
htmlcov
.pytest_cache/

# OS X Finder
.DS_Store

# auto-generated version file
Lib/cu2qu/_version.py