File: .gitignore

package info (click to toggle)
python-firehose 0.5-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,104 kB
  • sloc: python: 2,587; xml: 1,388; makefile: 152; ansic: 34
file content (8 lines) | stat: -rw-r--r-- 83 bytes parent folder | download
1
2
3
4
5
6
7
8
# Ignore backups:
*~

# Python bytecode:
*.pyc

# Built documentation:
docs/_build