# Python
__pycache__/
*.py[cod]
*.so
*.egg-info/
*.egg
dist/
build/

# Virtual environments
.venv/
venv/
.env

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

# IDEs
.idea/
.vscode/
*.swp
