File: .gitignore

package info (click to toggle)
python-questionary 2.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 960 kB
  • sloc: python: 3,917; makefile: 66
file content (37 lines) | stat: -rw-r--r-- 317 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
*#
*.DS_Store
*.egg
*.eggs
*.egg-info
*.egg-info/
*.iml
*.log
*.pyc
*.sass-cache
*.sqlite
*build/
*dat
*npy
*pyc
*~
.env
.cache/
.pytest_cache/
.coverage
.idea/
.vscode/
.ipynb_checkpoints
.ruby-version
.tox
bower_components/
build/
build/lib/
dist/
docs/_build
jnk/
logs/
profile.*
server/
tmp/
.python-version
.venv