File: .gitignore

package info (click to toggle)
python-fitbit 0.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 252 kB
  • sloc: python: 1,571; makefile: 134
file content (16 lines) | stat: -rw-r--r-- 110 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
*.pyc
*.DS_Store
.coverage
.tox
*~
docs/_build
*.egg-info
*.egg
.eggs
dist
build
env
htmlcov

# Editors
.idea