# Byte-compiled / optimized / DLL files generated by Python execution
__pycache__/
*.py[cod]
*$py.class

# C extensions and distribution artifacts
*.so
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
*.egg-info/
*.egg

# Virtual environments
.venv/
venv/
ENV/
env/

# Testing and coverage caches
.pytest_cache/
.coverage
htmlcov/

# Environment files with sensitive credentials
.env
.env.*
!.env.example

# IDE and editor settings
.vscode/
.idea/
*.swp
*~

# OS generated files
.DS_Store
Thumbs.db

# Node.js artifacts for npx distribution
node_modules/
npm-debug.log*
package-lock.json

# Media and screenshot assets
*.png
*.jpg
*.jpeg
*.gif
*.m4a
*.pdf

