File: .gitignore

package info (click to toggle)
python-gbulb 0.6.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 244 kB
  • sloc: python: 1,851; makefile: 3
file content (33 lines) | stat: -rw-r--r-- 357 bytes parent folder | download | duplicates (2)
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
27
28
29
30
31
32
33
*.pyc
*~
.*.sw[op]
*.egg-info
/dist
/build
docs/_build/
distribute-*
.DS_Store
.python-version
.pytest_cache
.coverage
coverage.xml
venv*/
.vscode/
.eggs/
.tox/
/local

/pip-wheel-metadata
# IntelliJ Idea family of suites
.idea
*.iml
## File-based project format:
*.ipr
*.iws
## mpeltonen/sbt-idea plugin
.idea_modules/
# direnv
.envrc

# Wing IDE
*.wp[ur]