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

# Distribution / packaging
.Python
build/
dist/
*.egg-info/
*.egg
MANIFEST

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

# Test / coverage artifacts
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
coverage.xml
*.cover
.hypothesis/

# Type checkers / linters caches
.mypy_cache/
.dmypy.json
dmypy.json
.ruff_cache/
.pytype/

# IDEs / editors
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# OS
Thumbs.db

# Project-specific runtime artifacts (live under ~/.config/, but just in case)
*.log
config.json
app.lock
app.sock
app.port
