mirror of
https://github.com/fr33n0w/rWeb
synced 2026-08-12 18:35:47 -04:00
26 lines
237 B
Text
26 lines
237 B
Text
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
env/
|
|
venv/
|
|
ENV/
|
|
|
|
# Runtime data
|
|
*.log
|
|
.lxmf_html_server/
|
|
.lxmf_html_browser/
|
|
~/.lxmf_html_server/
|
|
~/.lxmf_html_browser/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|