# Dependencies
node_modules/
__pycache__/
*.py[cod]
*$py.class
.Python
venv/
.venv/
env/

# Build outputs
dist/
build/
*.egg-info/
.eggs/

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

# Environment files
.env
.env.local
.env.*.local
!.env.example

# Logs
*.log
npm-debug.log*
pip-log.txt

# Testing
coverage/
.coverage
htmlcov/
.pytest_cache/
.nyc_output/

# OS files
.DS_Store
Thumbs.db

# Project specific
.popeye/state.json
data/

# Docker
*.pid

# Validation harness output
.validation_harness/output/
