File: .gitignore

package info (click to toggle)
xarray-safe-s1 2025.06.02-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 320 kB
  • sloc: python: 2,093; makefile: 13; sh: 12
file content (23 lines) | stat: -rw-r--r-- 232 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# editor files
*~
\#*\#

# python bytecode
*.py[co]
__pycache__/

# install artifacts
/build
/dist
/*.egg-info

# tools
.ipynb_checkpoints/
.hypothesis/
.pytest_cache
.coverage
.coverage.*
.cache
/docs/_build/
localconfig.yml
.idea