# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
dist/
build/
.eggs/
.venv/
venv/
ENV/

# Node.js
node_modules/
.next/
out/

# Environment / Secrets
.env
.env.*
*.key
*.pem
*.p12
secrets/
credentials/

# OS
.DS_Store
Thumbs.db

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

# Build artifacts
tailwindcss.exe

# Coverage
htmlcov/
.coverage
.coverage.*
coverage.xml

# Pytest
.pytest_cache/

# mypy
.mypy_cache/
