feat: Compass initial commit
This commit is contained in:
+42
@@ -0,0 +1,42 @@
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.pyo
|
||||
.venv/
|
||||
venv/
|
||||
env/
|
||||
.env
|
||||
.env.*
|
||||
*.egg-info/
|
||||
dist/
|
||||
build/
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
compass_error.log
|
||||
compass_sim.log
|
||||
|
||||
# Debug outputs
|
||||
out.txt
|
||||
out2.txt
|
||||
out3.txt
|
||||
err.txt
|
||||
err2.txt
|
||||
err3.txt
|
||||
|
||||
# Cache
|
||||
.mypy_cache/
|
||||
.pytest_cache/
|
||||
.ruff_cache/
|
||||
|
||||
# Database / local data
|
||||
*.db
|
||||
*.sqlite3
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
*.bak
|
||||
|
||||
# NextCloud sync metadata
|
||||
.nextcloudsync.log
|
||||
Reference in New Issue
Block a user