# macOS system files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Configuration files with sensitive data
config.txt

# Debug and temporary files
*.log
debug.log
script.log
debug_*.html
debug_*.txt
cookie.txt
cookie_debug.txt
response.html

# Temporary script files
*.sh.tmp
a.sh
qt.sh

# Python cache
__pycache__/
*.py[cod]
*$py.class
*.so

# Environment
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/