# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
dist/
build/
*.whl
*.tar.gz

# Virtual environments
.venv/
venv/
ENV/

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

# Linting / type checking
.ruff_cache/
.mypy_cache/
.pyright/

# Configuration
.sraosha
.env

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

# OS
.DS_Store
Thumbs.db

# uv
.python-version
