File: .gitignore

package info (click to toggle)
gwakeonlan 0.8.6-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 728 kB
  • sloc: python: 1,360; xml: 34; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 264 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
# Ignore Python compiled files
*.pyc
__pycache__/

# Ignore build and dist folders for PyPI
/build/
/dist/
/*.egg-info/

# Ignore compiled translation files
/locale/

# Ignore backup files
*.ui~
*.glade~
\#*.glade#
\#*.ui#

# Ignore PyCharm project folder
/.idea/