radextract / .gitignore
goelak's picture
Initial commit for RadExtract
fab8051
raw
history blame
300 Bytes
env.list
**/__pycache__
*.pyc
*.pyo
*.pyd
__pycache__/
.pytest_cache/
.DS_Store
*.log
venv/
.venv/
.env
.vscode/
.idea/
*.egg-info/
build/
dist/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/
*.so
*.dylib
# Local developer documentation
run_docker_dev.sh
notes/
# Video assets for demo
video_assets/