File: .gitignore

package info (click to toggle)
python-pythonjsonlogger 3.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 260 kB
  • sloc: python: 1,001; makefile: 3
file content (22 lines) | stat: -rw-r--r-- 166 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
*.pyc
*.swp
build
dist
dist_uploaded
*.egg-info

# Tests and validation
.tox/
.mypy_cache

# Python's venv
.env
.venv
env

# IDE
.vscode
.idea

# generated docs
site