File: .gitignore

package info (click to toggle)
python-exotel 0.1.5-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 124 kB
  • sloc: python: 178; makefile: 5
file content (11 lines) | stat: -rw-r--r-- 98 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
*~
/exotel.egg-info/
/venv/
build/
dist/
*.pyc
/htmlcov/
/.coverage
/.cache/
/.tox/
/__pycache__/