File: .gitignore

package info (click to toggle)
python-questplus 2023.1-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 320 kB
  • sloc: python: 1,345; makefile: 18
file content (8 lines) | stat: -rw-r--r-- 76 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
.idea/
.vscode/
__pycache__
.pytest_cache
.DS_Store
*.egg-info
build/
dist/