File: .gitignore

package info (click to toggle)
python-activipy 0.1-7
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 432 kB
  • sloc: python: 1,260; makefile: 171; lisp: 18; sh: 13
file content (26 lines) | stat: -rw-r--r-- 201 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/dist/
/bin/
/develop-eggs/
/build/
/eggs/
/lib/
/lib64
/local/
/include/
/parts/
/share/
/activipy*.egg/
*.egg-info

# File extensions
*.pyc
*.pyo
*~
*.swp
*.mo

__pycache__
*.pyc
.cache

docs/build/