File: .gitignore

package info (click to toggle)
python-qtawesome 1.2.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,892 kB
  • sloc: python: 1,435; makefile: 177; sh: 14
file content (23 lines) | stat: -rw-r--r-- 191 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
# Python compiled files
*.py[ocd]

# Packages
*.egg
*.egg-info
dist
build

# Projects
.pydevproject
.project

# Sphinx
_build/
_generate/
_static/
_templates/

# OS X
.DS_Store
/venv/
/.idea/