# Operating System Files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
Desktop.ini

# IDE and Editor Files
.vscode/
.idea/
*.swp
*.swo
*~
.project
.classpath
.settings/

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Groovy
*.class
.gradle/
build/

# .NET
[Bb]in/
[Oo]bj/
[Ll]og/
[Ll]ogs/
*.user
*.userosscache
*.suo
*.userprefs
*.sln.docstates
.vs/
project.lock.json
project.fragment.lock.json
artifacts/
**/Properties/launchSettings.json
*.dbmdl
*.jfm
*.pfx
*.publishsettings
orleans.codegen.cs
*.nupkg
*.snupkg
*.nuget.props
*.nuget.targets
TestResults/
*.VisualState.xml
*.binlog

# Temporary files
*.tmp
*.temp
*.log
*.bak
*.cache

# Environment files with secrets
.env
.env.local

