# Environment variables (contains API keys)
.env

# Python Virtual Environment
venv/
ENV/
env/

# Python Cache
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.coverage
htmlcov/

# Local Scratch and tasks
scratch/
.system_generated/
tasks/
walkthrough/
*.log
*.sqlite

# PyPI build artifacts
dist/
build/
*.egg-info/

# Generated reports
report_*.md
