File: .gitignore

package info (click to toggle)
python-ewoksutils 0.1.1-5
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 220 kB
  • sloc: python: 622; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 155 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Hidden files
.*

# Byte / compiled / optimized
*.py[cod]
__pycache__/
*.so
/doc/_generated

# Distribution / packaging
/build/
/dist/
*.egg-info/
.eggs/