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

# Virtual environments
.venv/
venv/
env/

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

# OS
.DS_Store
Thumbs.db

# Environment
.env
.env.*

# Testing
.pytest_cache/
htmlcov/
.coverage
coverage.xml

# uv lock
uv.lock

# pip
Pipfile.lock
poetry.lock

# Build artifacts
*.whl
*.tar.gz

# MCP / agent output
.claude/
memory/
