File: .gitignore

package info (click to toggle)
python-pint 0.24.4-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,924 kB
  • sloc: python: 19,983; makefile: 149
file content (40 lines) | stat: -rw-r--r-- 476 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
31
32
33
34
35
36
37
38
39
40
*~
__pycache__
*egg-info*
*.pyc
.DS_Store
docs/_build/
.idea
.vscode
build/
dist/
MANIFEST
*pytest_cache*
.eggs
.mypy_cache
pip-wheel-metadata
pint/testsuite/dask-worker-space
venv
.envrc

# WebDAV file system cache files
.DAV/

# tags files (from ctags)
tags

test/
.coverage*

# notebook stuff
*.ipynb_checkpoints*

# test csv which should be user generated
notebooks/pandas_test.csv

# dask stuff
dask-worker-space

# airspeed velocity bechmark
.asv/
benchmarks/hashes.txt