File: .gitignore

package info (click to toggle)
files-to-prompt 0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 172 kB
  • sloc: python: 627; sh: 5; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 93 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
.venv
__pycache__/
*.py[cod]
*$py.class
venv
.eggs
.pytest_cache
*.egg-info
.DS_Store
build/