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

# Build artifacts
build/
dist/
.eggs/

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

# Virtual environments
.venv/
venv/
test_env/

# IDEs
.idea/
.vscode/

# UV specific
uv.lock

# OS
.DS_Store
Thumbs.db

# Temporary test files
*.md.bak