37 lines
412 B
Plaintext
37 lines
412 B
Plaintext
# Pixi environment
|
|
.pixi/
|
|
|
|
# Colcon build artifacts
|
|
build/
|
|
install/
|
|
log/
|
|
|
|
# Node modules (vendor files are committed instead)
|
|
node_modules/
|
|
package.json
|
|
package-lock.json
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.egg-info/
|
|
dist/
|
|
.pytest_cache/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Ruff cache
|
|
.ruff_cache/
|
|
|
|
# Local project management & AI assistant notes (not for version control)
|
|
CLAUDE.md
|