File: .gitignore

package info (click to toggle)
python-magcode-core 1.5.4-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, trixie
  • size: 324 kB
  • sloc: python: 2,606; makefile: 13; sh: 10
file content (10 lines) | stat: -rw-r--r-- 121 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
# Ignore these pythonisms
build
__pycache__/
*.pyc
# Vim backup file
*.swp
MANIFEST
dist/
debian/
magcode_core.egg-info/