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

# Virtual environments
.venv/

# IDE
.venv
.venv_test
.env
.windsurf

# Build artifacts
dist/
build/
*.spec

# Testing
.coverage
htmlcov/
.pytest_cache/
