# Environment
.env

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

# Node
node_modules/
package-lock.json

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

# Claude Code
.claude/

# App-specific
workflows.db
workflows.json
logs.jsonl
data/
