# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual Environment
venv/
.venv*/
env/
ENV/

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

# Testing
.pytest_cache/
.coverage
htmlcov/

# Test project
test-project/

.DS_Store

tmp/
plane-compose-issues.md
PHASES-4-7-SUMMARY.md
COMMANDS.md
ARCHITECTURE.md

# E2E test credentials and run logs — never commit
e2e-tests/test.env
e2e-tests/logs/*.log
