# Dependencies
node_modules/
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
env/
.venv/

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Build
dist/
build/
*.egg-info/

# Secrets (never commit)
.streamlit/secrets.toml
*.env
.env.*

# Logs
*.log
logs/

# Testing
.pytest_cache/
.coverage
htmlcov/
