# Python
.ipynb_checkpoints
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.python-version
.env
env/
venv/
ENV/
build/
develop-eggs/
dist/
downloads/
target/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
*.manifest
*.spec
pip-log.txt
pip-delete-this-directory.txt

# Node
.yarn
.pnp.*
**/node_modules/
src/styles/*.css
ipypandas/labextension
ipypandas/nbextension

# Tests
test_*.ipynb
htmlcov/
.tox/
.coverage
.coverage.*
.cache
.pytest_cache
.hypothesis/
nosetests.xml
coverage.xml
**/coverage/
*,cover

# Documentation
docs/dev/
docs/build/
docs/source/static/scripts/

# Mac
._*
.DS_Store
.AppleDouble
.LSOverride
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

# Windows
Thumbs.db
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/
*.cab
*.msi
*.msm
*.msp
*.lnk
