Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update gitignore #6

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
71 changes: 28 additions & 43 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,45 +1,30 @@
# For PCBs designed using KiCad: http://www.kicad-pcb.org/
# Format documentation: http://kicad-pcb.org/help/file-formats/

*/media/*

# Temporary files
*.000
*.bak
*.bck
*.kicad_pcb-bak
*.sch-bak
*~
_autosave-*
*.tmp
*-save.pro
*-save.kicad_pcb
fp-info-cache

# Netlist files (exported from Eeschema)
*.net

# Autorouter files (exported from Pcbnew)
*.dsn
*.ses

# Exported BOM files
*.xml
*.PNG

# CircuitPython drive files
*.fseventsd/
*.metadata_never_index
*.Trashes
*boot_out.txt
*.URL
sha.py
*secrets*

*.xlsx

# pyc files
# SPDX-FileCopyrightText: 2023 Thomas Damiani, written for Carnegie Mellon University's RExLab
# with credit to Kattni Rembor of Adafruit Industries

# SPDX-License-Identifier: MIT

# CircuitPython-specific files
*.mpy

# Python-specific files
__pycache__
*.pyc

# built files
build/
# Sphinx build-specific files
_build

# This file results from running `pip -e install .` in a local repository
*.egg-info

# Virtual environment-specific files
environment/
.env
.venv

# MacOS-specific files
*.DS_Store

# IDE-specific files
.idea
.vscode
*~