# =============================================================================
# IDE and Editor Files
# =============================================================================
.vscode
.idea
/.idea/*.xml
.cursor
.claude/
.windsurf/

# =============================================================================
# Python Environment
# =============================================================================
.venv
venv-agent-executor
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
.ruff_cache/
.pytest_cache/

# =============================================================================
# Build and Distribution
# =============================================================================
dist/
*.egg
*.egg-info/
.installed.cfg
/build/agent-executor/

# =============================================================================
# Dependencies and Libraries
# =============================================================================
vendor
lfs
lfs/*

# =============================================================================
# Testing and Coverage
# =============================================================================
.coverage
coverage.xml
lint_report.xml
coverage_result
result_html

# =============================================================================
# Logs and Data
# =============================================================================
log/*
/data/
/data_migrations/init/log/*

# =============================================================================
# Configuration and Environment
# =============================================================================
.env
WARP.md
.kiro

# =============================================================================
# AI Assistant Files
# =============================================================================
.ai-rules/
.benchmarks/
.specify/

# =============================================================================
# Local Files
# =============================================================================
.local/
Makefile.local.mk

# =============================================================================
# System and Temporary Files
# =============================================================================
*.exe
pip-log.txt
pip-delete-this-directory.txt

uv.lock
