Files
StreamLens/.gitignore
2025-07-28 18:28:26 -04:00

28 lines
285 B
Plaintext

# Created by venv; see https://docs.python.org/3/library/venv.html
venv/
venvbak/
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Environment files
.env
.envrc.local