File: .gitignore

package info (click to toggle)
python-iso8601 2.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 296 kB
  • sloc: python: 438; makefile: 146
file content (16 lines) | stat: -rw-r--r-- 128 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.tox
*.egg-info
*.pyc
__pycache__
build
dist
.vscode
.hypothesis
git_log.txt

# Devenv
.devenv*
devenv.local.nix

.direnv
.venv