File: .gitignore

package info (click to toggle)
python-laszip 0.3.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 220 kB
  • sloc: cpp: 910; sh: 53; makefile: 5; python: 1
file content (14 lines) | stat: -rw-r--r-- 109 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# IDEs
.idea

# Python & C++ build Stuff
*build*
*.egg-info
dist

# Data file
*.las
*.laz

__pycache__/
venv