File: .gitignore

package info (click to toggle)
python-maturin 1.9.4-5
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,424 kB
  • sloc: python: 656; javascript: 93; sh: 55; makefile: 10
file content (18 lines) | stat: -rw-r--r-- 200 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
*.egg
*.egg-info/
*.o
*.py[cdo]
*.so
.pytest_cache/
.tox/
.venv/
/target/
/test-crates/*/target
__pycache__/
dist/
node_modules
tags
test-crates/targets/
test-crates/venvs/
test-crates/wheels/
venv*/