birdcage/.gitignore

21 lines
237 B
Plaintext

__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
.eggs/
*.egg
.venv/
.env
*.so
.ruff_cache/
# Documentation site (separate repo: warehack.ing/birdcage-docs)
site/
# PlatformIO
.pio/
.pioenvs/
.piolibdeps/