File: .gitignore

package info (click to toggle)
python-dateutil 2.9.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,316 kB
  • sloc: python: 12,720; makefile: 151; sh: 60
file content (30 lines) | stat: -rw-r--r-- 341 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]


# Build detritus
build/
dist/
.eggs
*.egg-info/

# Test detritus
.tox/
.pytest_cache/
venv/
.venv/
.hypothesis/

# Autogenerated version information
src/dateutil/_version.py

# Sphinx documentation
docs/_build/

# Timezone information
tzdata*.tar.gz

.idea
.cache
.mypy_cache