File: .gitignore

package info (click to toggle)
python-choreographer 1.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 588 kB
  • sloc: python: 2,853; makefile: 10
file content (21 lines) | stat: -rw-r--r-- 200 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# specific
browser_exe

# normal stuff
.venv

# ignore build artifacts
*.egg-info/
build/
__pycache__

# editor files
*.sw*

# ipynb
.ipynb_checkpoints/

# builds
results/*
!results/placeholder
dist/