# Build artifacts
build/
dist/
*.egg-info/
__pycache__/
*.pyc
*.pyo
*.so
*.pyd
*.dll

# IDE
.vscode/
.idea/
*.swp

# OS
.DS_Store
Thumbs.db

# Generated SWIG files
Python/Core_wrap.cxx
Python/Core.py