# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
.eggs/

# Environment & secrets
.env
.env.*
*.env
secrets.py
config.local.py

# Reports (generated at runtime)
agenticmeter_report.json

# Virtual environments
venv/
.venv/
env/

# IDE
.vscode/
.idea/
*.DS_Store

# Jupyter
.ipynb_checkpoints/

# Pytest / coverage
.pytest_cache/
.coverage
htmlcov/
