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

# Distribution / packaging
dist/
build/
*.egg-info/

# Unit test / coverage
.pytest_cache/
.pytest_temp/
.tmp_t06/
.coverage
htmlcov/

# Type checking / linting
.mypy_cache/
.ruff_cache/

# Virtual environments
.venv/
venv/
env/
ENV/

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

# OS files
.DS_Store
Thumbs.db

# Internal implementation planning docs (not part of public release)
docs/implementation/

# AI Agent workspaces, prompt experiments, and internal development planning (local only)
.agents/
*-next-development/
*.agent/
.gemini/
.claude/
.cursor/
.windsurf/
scratch/

agent_tasks/