# Python related:
**/__pycache__
.ipynb_checkpoints/
pip-wheel-metadata/
agox.egg-info

# Cython related
*.c
*.so
.o

# Documentation related:
docs/build/
docs/_build/
docs/source/autoapi


# Test related:
agox/test/run_tests/expected_outputs/*/*.png
BA_data/

# VSCode related:
.vscode/
.venv
.venv/

# CI Related
.gitlab-ci-local/
