# SCM tool version information, which is generated

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Environment
.env
.venv
env/
venv/
ENV/

# Testing
.coverage
htmlcov/
.pytest_cache/
.tox/

# Ruff
.ruff_cache/

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

.env*
!.env.example
.DS_Store