File: .gitignore

package info (click to toggle)
python-pefile 2024.8.26-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 63,244 kB
  • sloc: python: 7,066; makefile: 3
file content (27 lines) | stat: -rw-r--r-- 319 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
# Files to ignore by git.

.gitignore
*.bak
.coverage
tests/test_files/*
venv*

# Back-up files
*~
*.swp

# Generic auto-generated build files
*.pyc
*.pyo

# Specific auto-generated build files
/.tox
/__pycache__
/build
/dist
/pefile.egg-info
.DS_Store
pefile.code-workspace
.vscode/*
pefile.ipynb
.ipynb_checkpoints/*