# Python builds
*.pyc
phasik/__pycache__

# Jupyter notebooks
.ipynb_checkpoints
*/.ipynb_checkpoints/*
# *.ipynb

# Docs
build/
dist/

# Python package
phasik.egg*

# Personal files
*.png
*.npy
*.pdf
*.svg
images/**
!images/**/
manuscript/
#xppcall.py

# macOS
*.DS_Store

# ignore test files
test.*
