# Byte-compiled / optimized
__pycache__/
*.py[cod]
*$py.class

# Virtual environments
.venv/
.venv-appworld/
venv/

# Environment / secrets
.env
.env.local
.env.*.local

# Packaging / build
build/
dist/
*.egg-info/
.eggs/
*.egg

# Test & type / lint caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.hypothesis/
.coverage
coverage.xml
htmlcov/
.tox/
.nox/

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

# Jupyter
.ipynb_checkpoints/

# Local tooling
*.log
.cursor/
.claude/

# SeekContext local data
.seekcontext/
.appworld/
.appworld-cache/

data/
output/
