# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/
*.log
 
# Virtual environments
.venv
venv/
env/

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