# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/
.secretshield-backup

# Environments
.env
.env.*
!.env.example
.venv/
venv/
ENV/
env/

# IDEs and editors
.vscode/
.idea/
*.suo
*.ntvs*
*.njsproj
*.sln
*.swp

# OS files
.DS_Store
Thumbs.db

# Build and packaging
build/
dist/
*.egg-info/
