File: .gitignore

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

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

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

# Dask
dask-worker-space/