30 lines
325 B
Plaintext
30 lines
325 B
Plaintext
# Rust build output
|
|
/target/
|
|
|
|
# Runtime data (created next to the executable)
|
|
/data/
|
|
**/data/
|
|
*.db
|
|
*.sqlite
|
|
*.sqlite3
|
|
plugins.json
|
|
|
|
# Python cache / virtual environments
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
.venv/
|
|
venv/
|
|
env/
|
|
|
|
# Logs and local env files
|
|
*.log
|
|
.env
|
|
.env.*
|
|
|
|
# Editor / OS files
|
|
.vscode/
|
|
.idea/
|
|
.DS_Store
|
|
Thumbs.db
|