Cyclone-HDL-Demo/.gitignore
2025-07-30 21:28:19 +00:00

405 lines
6.8 KiB
Plaintext

# ---> AltiumDesigner
# For PCBs designed using Altium Designer
# Website: https://www.altium.com/altium-designer/
# Directories containing cache data
History
__Previews
# Directories containing logs and generated outputs
Project\ Logs*
Project\ Outputs*
# Misc files generated by altium
debug.log
Status\ Report.txt
*.PcbDoc.htm
*.SchDocPreview
*.PcbDocPreview
# Lock files sometimes left behind
.~lock.*
# ---> Cadence OrCad
# .gitignore for Cadence OrCAD
# Website: https://www.cadence.com/
## backups
*,[0-9]
*.bck
*.old
*.old_dat
# local backup file
AUTOSAVE.brd
*.SAV
# design backup archive
*.DBK
last_import_time.txt
# log backup
*.log.copy
## lock files
# schematic design lock file
*.DSNlck
# library lock file
*.OLBlck
# pcb design lock file
*.brd.lck
## reports / log files
# generated crash log file
*.dmp
*.keep
# generated autorouter metadata
*.did
# generated journal file
*.jrl
# ultralibrarian generated documentation
ImportGuide.html
# general log file
*.log
*.rpt*
## general
# generated metadata file
*_convert.txt
# temporary files directory
**/temp
# output generated files directory
**/output
# ---> Cadence DeHDL
# .gitignore for Cadence DeHDL
# Website: https://www.cadence.com/
## backups
*,[0-9]
*.bck
*.old
*.old_dat
# local backup file
AUTOSAVE.brd
*.SAV
# design backup archive
*.DBK
*symbol_backup.css
last_import_time.txt
# log backup
*.log.copy
## lock files
*.lck
*.lock
*.OLBlck
## reports / log files
# generated crash log file
*.dmp
*.keep
# generated autorouter metadata
*.did
# generated journal files
*.jrl
# ultralibrarian generated documentation
ImportGuide.html
# general log file
*.log
# schematic symbol validation
*pdv_validation.txt
*netsbypage.txt
*crefparts.txt
*creferror.txt
*_convert.txt
*pxl.dbg
*scald.list
# error log
*.mkr
## general
*ignored.ins
*ignored.net
# temporary files directory
**/temp
# output generated files directory
**/output
# ---> Cadence System Capture
# .gitignore for Cadence System Capture
# Website: https://www.cadence.com/
## backups
*,[0-9]
*.bck
*.old
*.old_dat
# local backup file
AUTOSAVE.brd
*.SAV
# design backup archive
*.DBK
last_import_time.txt
# log backup
*.log.copy
## lock files
# schematic design lock file
*.DSNlck
# library lock file
*.OLBlck
# pcb design lock file
*.brd.lck
## reports / log files
# generated crash log file
*.dmp
*.keep
# generated autorouter metadata
*.did
# generated journal file
*.jrl
# ultralibrarian generated documentation
ImportGuide.html
# general log file
*.log
*.rpt*
## general
# generated metadata file
*_convert.txt
# temporary files directory
**/temp
# output generated files directory
**/output
# ---> KiCad
# For PCBs designed using KiCad: https://www.kicad.org/
# Format documentation: https://kicad.org/help/file-formats/
# Temporary files
*.000
*.bak
*.bck
*.kicad_pcb-bak
*.kicad_sch-bak
*-backups
*.kicad_prl
*.sch-bak
*~
_autosave-*
*.tmp
*-save.pro
*-save.kicad_pcb
fp-info-cache
~*.lck
\#auto_saved_files#
# Netlist files (exported from Eeschema)
*.net
# Autorouter files (exported from Pcbnew)
*.dsn
*.ses
# Exported BOM files
*.xml
*.csv
# ---> macOS
# General
.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
Icon
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
# ---> Python
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/
# Translations
*.mo
*.pot
# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal
# Flask stuff:
instance/
.webassets-cache
# Scrapy stuff:
.scrapy
# Sphinx documentation
docs/_build/
# PyBuilder
.pybuilder/
target/
# Jupyter Notebook
.ipynb_checkpoints
# IPython
profile_default/
ipython_config.py
# pyenv
# For a library or package, you might want to ignore these files since the code is
# intended to run in multiple environments; otherwise, check them in:
# .python-version
# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# However, in case of collaboration, if having platform-specific dependencies or dependencies
# having no cross-platform support, pipenv may install dependencies that don't work, or not
# install all needed dependencies.
#Pipfile.lock
# UV
# Similar to Pipfile.lock, it is generally recommended to include uv.lock in version control.
# This is especially recommended for binary packages to ensure reproducibility, and is more
# commonly ignored for libraries.
#uv.lock
# poetry
# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
# This is especially recommended for binary packages to ensure reproducibility, and is more
# commonly ignored for libraries.
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
#poetry.lock
# pdm
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
#pdm.lock
# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
# in version control.
# https://pdm.fming.dev/latest/usage/project/#working-with-version-control
.pdm.toml
.pdm-python
.pdm-build/
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
__pypackages__/
# Celery stuff
celerybeat-schedule
celerybeat.pid
# SageMath parsed files
*.sage.py
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# Spyder project settings
.spyderproject
.spyproject
# Rope project settings
.ropeproject
# mkdocs documentation
/site
# mypy
.mypy_cache/
.dmypy.json
dmypy.json
# Pyre type checker
.pyre/
# pytype static type analyzer
.pytype/
# Cython debug symbols
cython_debug/
# PyCharm
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/