File: .gitignore

package info (click to toggle)
python-contextily 1.5.2%2Bdfsg1-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 944 kB
  • sloc: python: 1,092; makefile: 41
file content (23 lines) | stat: -rw-r--r-- 275 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
*.pyc
*/.ipynb_checkpoints/
.ipynb_checkpoints/
*/*.swp
*.swp
tx.tif
test.tif
test2.tif
.DS_Store
.cache
build/
*.egg-info/
dist/
.coverage
.pytest_cache/
notebooks/warp_tst.tif
notebooks/*.tif

# Sphinx documentation
docs/_build/
docs/*.ipynb
docs/README.rst
docs/tiles.png