mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-07-28 04:07:46 +00:00
Now that we use a single release pipeline, the API itself might not yet be on PyPI by the time we build jedi, so we build it locally. We'll still keep the API docs on PyPI so users can have local autocomplete, but that path is no longer a dependency for building jedi. Also explain CHANGELOG synchronization with firmware repo.
69 lines
823 B
Plaintext
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/
|