# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
dist/
build/
.eggs/
*.whl

# Virtual environments
.venv/
venv/
env/

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

# OS
.DS_Store
Thumbs.db

# Testing / coverage
.pytest_cache/
htmlcov/
.coverage
coverage.xml

# Build artifacts
*.so
src/ai_ctrl_plane/_version.py

# Environment / secrets
.env
.env.*

# Sample session log data (UUID-named directories)
4e71aaa0-f131-41fd-aeee-8bcaa5efb315/
8b3c9d7d-60f7-4e4c-a442-eb2ee7ee68e2/

# Old test app
old_static_app/
