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

# C++ Build
build/
cmake-build-*/
*.o
*.obj

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

# Testing
.pytest_cache/
.coverage
htmlcov/

# OS
.DS_Store
Thumbs.db

# Build artifacts
*.so
*.pyd
*.dll

# AI Assistant
.agent/
