# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.egg
*.egg-info/
dist/
build/
.eggs/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.tox/
htmlcov/
.coverage
*.cover

# Virtual environments
.venv/
venv/
env/

# Distribution
*.whl

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