Files
pybricks-api/.gitignore
T
Laurens Valk 608c3f0d98 npm/jedi: Further trim down build logic.
We used to separately build jedi and then use another Python step to package it.

We can just do it from the same environment to avoid packaging issues.
2026-05-30 11:02:12 +02:00

69 lines
823 B
Plaintext

# Compiled Sources
###################
*.o
*.a
*.elf
*.bin
*.map
*.hex
*.dis
*.exe
# Packages
############
# Logs and Databases
######################
*.log
# VIM Swap Files
######################
*.swp
# Build directory
######################
build/
build-*/
_build/
npm-build/
# Tests
######################
.pytest_cache/
tests/*.exp
tests/*.out
# Python cache files
######################
__pycache__/
*.pyc
# PyPi build files
######################
*.egg-info/
dist/
# Customized Makefile/project overrides
######################
GNUmakefile
user.props
# Generated rst files
######################
genrst/
# Mac OS cache
######################
.DS_Store
# Virtual environment
######################
.venv/
.python-version
# Generated LDRAW output
######################
stderr-ldview
stdout-ldview
LPub3D/