mirror of
https://github.com/unshackle-dl/unshackle.git
synced 2025-10-23 15:11:08 +00:00
63 lines
545 B
Plaintext
63 lines
545 B
Plaintext
# Logs and temporary files
|
|
|
|
Logs/
|
|
logs/
|
|
temp/
|
|
\*.log
|
|
|
|
# Sensitive files
|
|
|
|
key_vault.db
|
|
unshackle/WVDs/
|
|
unshackle/PRDs/
|
|
unshackle/cookies/
|
|
_.prd
|
|
_.wvd
|
|
|
|
# Cache directories
|
|
|
|
unshackle/cache/
|
|
**pycache**/
|
|
_.pyc
|
|
_.pyo
|
|
\*.pyd
|
|
.Python
|
|
|
|
# Development files
|
|
|
|
.git/
|
|
.gitignore
|
|
.vscode/
|
|
.idea/
|
|
_.swp
|
|
_.swo
|
|
|
|
# Documentation and plans
|
|
|
|
plan/
|
|
CONTRIBUTING.md
|
|
CONFIG.md
|
|
AGENTS.md
|
|
OLD-CHANGELOG.md
|
|
cliff.toml
|
|
|
|
# Installation scripts
|
|
|
|
install.bat
|
|
|
|
# Test files
|
|
|
|
_test_
|
|
_Test_
|
|
|
|
# Virtual environments
|
|
|
|
venv/
|
|
env/
|
|
.venv/
|
|
|
|
# OS generated files
|
|
|
|
.DS_Store
|
|
Thumbs.db
|