# Build artifacts
*.so
*.pyd
*.dylib
ceylon/*.so
ceylon/*.pyd
ceylon/*.dylib

# Python cache
__pycache__/
*.pyc
*.pyo

# Virtual environments
.venv/
venv/
env/

# Build directories
build/
dist/
*.egg-info/
target/

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