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

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg
wheels/
.eggs/

# Virtual envs
.venv/
venv/
env/
ENV/

# Testing / linting
.pytest_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.mypy_cache/

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

# macOS
.DS_Store
