File: .gitignore

package info (click to toggle)
python-magcode-core 1.5.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 320 kB
  • sloc: python: 2,607; 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/