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

# Virtual environments
.venv

# Testing
.coverage
htmlcov/
coverage.xml
coverage.svg
.pytest_cache/
bandit-report.json

# IDEs
.vscode/
.idea/
*.swp
*~

# OS
.DS_Store
