# Temp files
*~

# Hidden files
.*

# Input/output folder
python_output/*
input*/*
output*/*
qi_input*/*
qi_output*/*
bohu*/*
dyn*/*
results/*
qed_input*/
qed_output*/

__pycache__/

# symbolic link to executable
MainaTTN
aTTN

# documentation build folder
docs/build

# pip install files
qtealeaves.egg-info

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

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

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/