# Secrets
.env

# Build artifacts
dist/
build/
*.egg-info/
src/*.egg-info/

# Python
__pycache__/
*.pyc
*.pyo

# IDE
.vscode/
.idea/
