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

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

# Virtual environments
.venv/
venv/
ENV/

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

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

# OS
.DS_Store
Thumbs.db

# Project-specific
.code-intel-mcp/

# Kiro IDE
.kiro/

# Uncompressed binary builds
zoekt-binaries/
