File: .gitignore

package info (click to toggle)
python-airos 0.6.4-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 704 kB
  • sloc: python: 2,967; sh: 19; makefile: 3
file content (15 lines) | stat: -rw-r--r-- 130 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
venv
__pycache__
*.pyc
.*.swp
/*.egg-info
/build/
dist
tests/__pycache__
.mypy_cache
.vscode
.coverage
tmp
todo
.DS_Store
test.py