[go: up one dir, main page]

File: .gitignore

package info (click to toggle)
fcidecomp 2.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,604 kB
  • sloc: ansic: 1,270; python: 829; sh: 294; makefile: 11
file content (12 lines) | stat: -rw-r--r-- 107 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
.DS_store
_build
~$*
__pycache__/

# Jupyter Notebook
.ipynb_checkpoints/
nbs/
**/.idea/

#VS Code
.vscode