# Python
__pycache__/
*.py[cod]
*.so

# Virtual environments
.venv/
venv/

# Output
out/

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

# IDE
.idea/
.vscode/

# OS
.DS_Store
Thumbs.db

# Secrets
.env
*.pem
*.key
*.token

# Archive
tarkin_archive.zip
