# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual Environment
venv/
env/
ENV/
.venv

# Environment Variables
.env
.env.generated
.env.local
.env.*.local

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

# macOS
.DS_Store
.AppleDouble
.LSOverride

# Docker
docker-compose.override.yml
*.log

# Database
*.db
*.sqlite
*.sqlite3

# Baserow data
baserow_data/
postgres_data/
redis_data/

# n8n data
n8n_data/

# Test
.pytest_cache/
.coverage
htmlcov/
.tox/

# Logs
logs/
*.log

# Temporary files
tmp/
temp/
*.tmp
*.bak

# Secrets and credentials
secrets/
credentials/
*.pem
*.key

# AI generated content cache
.cache/

# Frontend local artifacts
web-dashboard/.next/
web-dashboard/node_modules/

# Local scripts and linked external context
test_nocodb.py
vps-context

# Allow the Mindscast supabase override file (gotrue branded-template extension)
!docker/supabase-override/docker-compose.override.yml
