ble-reticulum/.gitignore
2026-05-15 18:58:10 -07:00

65 lines
548 B
Text

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Virtual Environment
venv/
env/
ENV/
env.bak/
venv.bak/
# Testing
.pytest_cache/
.coverage
coverage.xml
htmlcov/
*.cover
.hypothesis/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Jupyter Notebook
.ipynb_checkpoints
# Distribution / packaging
*.whl
# mypy
.mypy_cache/
.dmypy.json
dmypy.json
# Logs
*.log
# OS
Thumbs.db
# temporary run data
tmp/*