File: .gitignore

package info (click to toggle)
extruct 0.18.0-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,048 kB
  • sloc: python: 2,106; makefile: 10
file content (17 lines) | stat: -rw-r--r-- 123 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Python
*.pyc
*.pyo
/build/
/dist/
*.egg-info

# Mac OS
*.DS_Store

# IDE
/.idea/

.cache/
.tox/
.pytest_cache/
.coverage