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

# Node
node_modules/
frontend/dist/
frontend/.vite/

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

# OS
.DS_Store
Thumbs.db

# Config & secrets (never commit these)
nexaql.yaml
agentql.yaml
api_keys.json
connectors.json

# Test / Coverage
.coverage
htmlcov/
.pytest_cache/
.ruff_cache/

# DuckDB
*.duckdb
*.duckdb.wal
