# Python
__pycache__/
*.pyc
*.pyo
*.pyd
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# virtualenv
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# PyInstaller
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# VS Code
.vscode/

# Output files
out.html
*.html
path_layer_output.geojson
path_sample_output.geojson
data/converted.json
data/graph/
data/ground_data/*.las
heatmap-viewer/output/
work/
tests/*.html

# Large data files
data/ground_data/

# Jupyter Notebook
.ipynb_checkpoints
