Files
Adaptive-Barrier-Monitor/.gitignore
T
2026-07-31 17:05:14 -04:00

28 lines
299 B
Plaintext

# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg
build/
dist/
# Jupyter
.ipynb_checkpoints/
# Generated notebook figures (regenerated on execution)
images/
# Testing / tooling
.pytest_cache/
.mypy_cache/
.ruff_cache/
# Virtual environments
.venv/
venv/
# OS / editor
.DS_Store
.idea/
.vscode/