File: .gitignore

package info (click to toggle)
jpy 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,420 kB
  • sloc: ansic: 8,196; java: 3,617; python: 2,952; xml: 180; makefile: 162; sh: 49; javascript: 29
file content (27 lines) | stat: -rw-r--r-- 231 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
24
25
26
27
venv
target
build
dist
MANIFEST
.idea
*.iml
*.jar
*.war
*.ear
__pycache__/
hs_err_pid*
winbuild.log
local.dat
setup.out
*.pyc
jpy.egg-info
lib/
.vagrant
Vagrantfile
*.so
*.dll

<<<<<<< HEAD
=======
.vscode/
>>>>>>> upstream/0.17.0