# Python cache / bytecode
__pycache__/
*.py[cod]
*$py.class

# Virtual environments
.venv/
venv/
env/

# Build / packaging
build/
dist/
*.egg-info/
.pytest_cache/
.mypy_cache/

# IDE / editor
.idea/
.vscode/
*.code-workspace

# OS files
.DS_Store
Thumbs.db

# Logs
*.log

# Generated data artifacts from tools
remote_manipulator_data_*.csv
analysis_summary_*.txt
charts_*/

