# Build process
.deps/

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

#Outputs
_outputs/

# Database
palaestrai.db

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

# PyInstaller
#  Usually these files are written by a python script from a template
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

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

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/
log.html
output.xml
report.html
test_reports/
typing_report/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py
db.sqlite3

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
.python-version

# celery beat schedule file
celerybeat-schedule

# SageMath parsed files
*.sage.py

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
VirtEnv/
venv38/
venv39/
venv310/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

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

# Pycharm
.idea/

# Local Python Version Link
3.6.6/

# VS Code/Codium
.vscode/

# Backup files created by Visual Paradigm
doc/design/ARL.vpp.bak*
doc/design/ARL.vpp.vbak
doc/design/Communication.vpp.bak*

# Runtime configuration file (if changed)
palaestrai-runtime.conf.yaml

# tox outputs
.flake8
# pyre
.pyre/

# monkeytype
monkeytype.sqlite3
*.prof
doc/store_er_diagram.png
*.prof.*
.pabotsuitenames
tests/system/_outputs

# test artifacts
tests/system/test_palaestrai_jupyter.html
tests/system/store_example_analysis.html

