# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
env/
venv/
.venv/
.env
.pytest_cache/
.mypy_cache/
.ruff_cache/
.vscode/

# Operating System
.DS_Store
.Trashes
Thumbs.db

# IDEs
.idea/
*.iml

# Build artifacts
dist/
build/
*.egg-info/

# Nextcloud specific
# Any temporary files or logs that might be generated by Nextcloud operations
# (though our current script cleans up, it's good practice)
