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

# Cython related
*.c
*.so
.o

# Documentation related:
docs/build/
docs/old_stuff/

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

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

# CI Related
.gitlab-ci-local/

# Other
uv.lock
