File: .gitignore

package info (click to toggle)
pywavefront 1.3.3-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,112 kB
  • sloc: python: 1,586; makefile: 3
file content (27 lines) | stat: -rw-r--r-- 174 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

# build
*.egg-info
dist
*.pyc
*.pyo
build
MANIFEST
*.swp

# virtualenvs
env
.env
.venv
.venv2
.venv3

# IDEs
.idea
.vscode

# osx
.DS_Store

# local testing
/data/
/test.py