# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.venv/
venv/

# Environment
.env
.env.local

# Data (simulation state, snapshots — regenerated per run)
data/*
!data/exports/
!data/interviews/

# Website (deployed separately, not part of open source project)
src/frontend/

# Node
node_modules/

# Internal working docs (not for public repo)
agent_civilisation_master_build_plan.md
agentciv_website_content.md
agentciv_whitepaper.md
agentciv_whitepaper_simulation_as_discovery.md
AGENTCIV_ENGINE_DISCUSSION.md
PRODUCTION_ROADMAP.md
*engine_product_concept*
test_key.py

# OS
.DS_Store
Thumbs.db

# IDE
.vscode/
.idea/
*.swp
*.swo
