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

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

# Environment variables — NEVER commit real secrets
.env
.env.local
.env.production
!.env.example

# Logs & audit
audit.log
*.log
*.txt
run_tests_isolated.py

# Arena temp files
.arena_rules_tmp/
arena/exploits/
!arena/exploits/.gitkeep

# IDE
.vscode/settings.json
.idea/
*.swp
*.swo
.DS_Store

# Next.js
web/.next/
web/node_modules/
web/.env.local
!web/.env.local.example
web/out/

# Coverage
.coverage
htmlcov/
.pytest_cache/

# Build dist
dist/
*.whl

RAILWAY_TEST_REPORT.*

# setuptools-scm
core/_version.py
