File: .gitignore

package info (click to toggle)
python-argon2 25.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 356 kB
  • sloc: python: 1,251; makefile: 156
file content (16 lines) | stat: -rw-r--r-- 151 bytes parent folder | download
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