omnisealbench / .gitignore
Mark Duppenthaler
Add dist folder for just running from backend
81574bd
raw
history blame contribute delete
567 Bytes
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
build/
*.egg-info/
# Virtual environments
venv/
env/
.env/
.venv/
ENV/
# IDE specific files
.idea/
.vscode/
*.swp
*.swo
.DS_Store
# Logs
logs/
*.log
# Local configuration
.env.local
.env.development.local
.env.test.local
.env.production.local
# Dependencies
node_modules/
# Coverage reports
htmlcov/
.coverage
.coverage.*
coverage.xml
*.cover
# Database
*.db
*.sqlite3
# Jupyter Notebook
.ipynb_checkpoints
# Temporary files
tmp/
temp/