File: .gitignore

package info (click to toggle)
folium 0.20.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,168 kB
  • sloc: python: 4,489; makefile: 134; sh: 26
file content (30 lines) | stat: -rw-r--r-- 399 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
24
25
26
27
28
29
30
*.egg-info/
*.pyc
.ipynb_checkpoints
.pytest_cache
build/
dist/
docs/index.html
docs/_build/
docs/quickstart.ipynb
docs/**/*.ipynb
examples/results/*
.cache/
.idea/
/*.xml
/codestyles/*.xml
/_mac/*.xml
/inspection/*.xml
geckodriver.log
geckodriver.exe
geckodriver.tar.gz
geckodriver/
chromedriver.exe
chromedriver/
miniconda.sh
latest_logs/
*.nbconvert.ipynb
folium/_version.py
.vscode/
venv/
.venv