# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
# Linting and testing
.coverage
htmlcov/
.pytest_cache/
.ruff_cache/
.mypy_cache/
# Environment variables
.env
# IDE files
.vscode/*
!.vscode/settings.json
!.vscode/extensions.json
.idea/
*.swp
*.swo