File: .gitignore

package info (click to toggle)
python-tinyalign 0.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 112 kB
  • sloc: python: 79; sh: 8; makefile: 6
file content (12 lines) | stat: -rw-r--r-- 144 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
__pycache__
/.cache/
/venv/
/build/
/.pytest_cache/
/MANIFEST
/dist/
/src/*/_*.c
/src/*/*.so
/src/*.egg-info/
/src/tinyalign/_version.py
/.tox/