File: .gitignore

package info (click to toggle)
python-ewoksdata 0.6.0~rc0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 292 kB
  • sloc: python: 1,661; makefile: 3
file content (17 lines) | stat: -rw-r--r-- 201 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Hidden files
.*
!.gitignore
!.gitlab-ci.yml
!.readthedocs.yaml

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

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