# Python bytecode + caches
__pycache__/
*.py[cod]
*$py.class
*.so

# Distribution / packaging
dist/
build/
*.egg
*.egg-info/
pip-wheel-metadata/
.pyc.cache/

# Virtual environments
.venv/
venv/
env/

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

# OS
.DS_Store
Thumbs.db

# Test + coverage
.tox/
.nox/
.coverage
.coverage.*
htmlcov/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# tmux-agents runtime data (created at runtime under data_dir)
data/
