# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Testing
test_import.py
*.pyc

# Temporary files
*.tmp
*.log

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

.DS_Store

# Legacy files (moved to src/acg_frontend_mcp/)
/main.py
/packages
_test