File: .gitignore

package info (click to toggle)
python-argon2 25.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 368 kB
  • sloc: python: 1,251; makefile: 155
file content (16 lines) | stat: -rw-r--r-- 151 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
*.pyc
.DS_Store
.cache
.coverage
.coverage.*
.direnv
.envrc
.hypothesis
.mypy_cache
.pytest_cache/
.tox
.vscode
__pycache__
dist
docs/_build/
Justfile