# ----------------------------
# OS-specific files
# ----------------------------
.DS_Store
Thumbs.db

# ----------------------------
# IDE / Editor settings
# ----------------------------
.vscode/
.idea/
*.code-workspace

# ----------------------------
# Virtual environments
# ----------------------------
.venv/
env/
venv/
_environment

# ----------------------------
# Python build / distribution artifacts
# ----------------------------
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/

# ----------------------------
# Test / coverage artifacts
# ----------------------------
htmlcov/
.tox/
.nox/
.coverage
coverage.xml
.cache/
pytest_cache/

# ----------------------------
# Temporary / work files
# ----------------------------
to_sort/
instructions.md
structure.txt
devtest.sh

# ----------------------------
# Log files
# ----------------------------
*.log
