# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
*.egg

# Virtual environments
.venv
venv/
ENV/

# Testing
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# Linting
.ruff_cache/

# IDE
.idea/
.vscode/
*.sublime-*

# MacOS
.DS_Store

# Vim swap files
*.swp
