__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.whl
MANIFEST
.env
.venv
env/
venv/
ENV/
.Python
pip-log.txt
pip-delete-this-directory.txt
.tox/
.coverage
.coverage.*
htmlcov/
.pytest_cache/
.mypy_cache/
.ruff_cache/
*.log
*.pot
*.mo
.DS_Store
Thumbs.db
.idea/
.vscode/
*.swp
*.swo
*~
.ipynb_checkpoints/
*.ipynb_checkpoints
profile_output/
*.prof
# Build artifacts
build/
cmake-build-*/
CMakeCache.txt
CMakeFiles/
Makefile
*.o
*.a
*.so
*.out
*.elf
*.hex
*.bin
*.map
*.d
compile_commands.json
.cache/

# Arduino
*.ino.elf
*.ino.hex

# Rust
target/
Cargo.lock

# ROS2
install/
log/

