File: .gitignore

package info (click to toggle)
python-briefcase 0.3.25-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,596 kB
  • sloc: python: 62,519; makefile: 60
file content (39 lines) | stat: -rw-r--r-- 427 bytes parent folder | download
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
34
35
36
37
38
39
*.pyc
*~
.*.sw[op]
*.egg-info
/dist
/build
automation/build
docs/_build/
distribute-*
.DS_Store
.python-version
.pytest_cache
.coverage
.coverage.*
coverage.xml
*venv*
.vscode/
.eggs/
.tox/
/local
.ruff_cache/

/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]

tests/apps/verify-*/
logs/