# Python
__pycache__/
*.py[cod]
*$py.class
*.so

# Virtual environments
.venv/
venv/

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

# Testing
.coverage
.coverage.*
htmlcov/
.pytest_cache/

# Environment
.env
.envrc

# Misc
*.log
*.egg-info/
temp/

# Ruff
.ruff_cache/

# Build artifacts
dist/
build/
