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

# Virtual environments
.venv/
venv/

# IDE
.idea/
.vscode/
*.swp

# Testing
.pytest_cache/
.coverage
htmlcov/

# Index / cache
.codexlens/
.index_cache/
.ace-tool/

# Workflow (internal)
.workflow/

# OS
.DS_Store
Thumbs.db
