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

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

# Distribution / packaging
.cache/
pip-wheel-metadata/
.pip/

# Testing / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/

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

# SignalPilot runtime
.signalpilot/
*.parquet
*.pcap

# Secrets
.env
.env.*
!.env.example

# Jupyter
*.ipynb_checkpoints/

evidence/*
!evidence/README.md
