File: .gitignore

package info (click to toggle)
pytz-deprecation-shim 0.1.0.post0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 392 kB
  • sloc: python: 1,497; sh: 10; makefile: 6
file content (30 lines) | stat: -rw-r--r-- 336 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
23
24
25
26
27
28
29
30
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*.so

# Distribution / packaging
build/
dist/
*.egg-info/
.eggs

# Sphinx documentation
docs/_build/
docs/_output/

# Testing and coverage
.cache
.hypothesis_cache
.hypothesis
.mypy_cache
.pytest_cache
.tox
.pytype
*.gcda
*.gcno
*.gcov

# Virtual environments
venv/
.venv/