File: .gitignore

package info (click to toggle)
python-feedgen 1.0.0-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 508 kB
  • sloc: python: 4,412; makefile: 175; javascript: 26
file content (17 lines) | stat: -rw-r--r-- 171 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.idea/
venv
*.pyc
*.pyo
*.swp

feedgen/tests/tmp_Atomfeed.xml

feedgen/tests/tmp_Rssfeed.xml

tmp_Atomfeed.xml

tmp_Rssfeed.xml

# testing artifacts
.coverage
*.egg-info/