File: .gitignore

package info (click to toggle)
python-watchfiles 1.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 596 kB
  • sloc: python: 1,997; makefile: 86
file content (20 lines) | stat: -rw-r--r-- 204 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/.idea/
/env/
/env*/
*.py[cod]
*.egg-info/
build/
dist/
.cache/
.mypy_cache/
test.py
.coverage
htmlcov/
docs/_build/
/.pytest_cache/
/sandbox/
/foobar.py
/watchfiles/*.so
/target/
/site/
/.python-version