# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Build artifacts
dist/
build/

# Virtual envs
.venv/
venv/

# Editor
.vscode/
.idea/
*.swp
.DS_Store

# IntelliJ project files
*.iml
