28 lines
254 B
Plaintext
28 lines
254 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# OS
|
|
Thumbs.db
|
|
.DS_Store
|
|
|
|
# Temp / scan artifacts
|
|
_scan_output.txt
|
|
_deploy_*.bat
|
|
_run_*.bat
|
|
_check_*.bat
|
|
_copy_*.bat
|
|
_git_*.bat
|
|
_gitea_*.bat
|
|
_ssh_*.bat
|
|
_start_*.bat
|