# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

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

# Distribution / packaging
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/

# Type checkers
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/
.pytype/

# Ruff
.ruff_cache/

# Jupyter
.ipynb_checkpoints

# Environments / secrets
*.env
.env.*
!.env.example
secrets/
*.pem
*.key

# Databases (transcripts, debate state)
*.db
*.sqlite
*.sqlite3
transcript_*.jsonl

# Node (UI)
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
ui/dist/

# macOS
.DS_Store
.AppleDouble
.LSOverride
._*

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

# Logs
logs/
*.log

# Firecrawl local artifacts
.firecrawl/
