FormatReview / .gitignore
Stephen Zweibel
Add initial implementation of FormatReview tool with core features and configurations
bb869fd
raw
history blame contribute delete
395 Bytes
# Environment variables
.env
# Python virtual environment
.venv/
venv/
ENV/
# Python cache files
__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
# Logs and runtime files
*.log
*.pid
# IDE files
.idea/
.vscode/
*.swp
*.swo
.DS_Store
# Streamlit
.streamlit/secrets.toml