# Credentials / local-only material
my_stuff/

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

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
downloads/
eggs/
.eggs/
sdist/
wheels/
*.egg-info/
*.egg

# Virtual environments
.venv/
venv/
env/
ENV/

# Testing and coverage
.pytest_cache/
.hypothesis/
.coverage
.coverage.*
htmlcov/
coverage.xml

# Type checking
.mypy_cache/

# Ruff / import-linter
.ruff_cache/
.import_linter_cache/

# Packaging
MANIFEST

# Runtime artifacts (developer machines only)
*.log
*.db
*.db-journal
