43 lines
384 B
Plaintext
43 lines
384 B
Plaintext
# 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
|