File: .gitignore

package info (click to toggle)
python-choreographer 1.2.1-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 660 kB
  • sloc: python: 2,841; makefile: 12; sh: 5
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/