SoftGNSS/.gitignore
2025-10-22 16:08:12 +07:00

102 lines
979 B
Plaintext

# 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/
*.egg-info/
.installed.cfg
*.egg
# 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/
# Jupyter Notebook checkpoints
.ipynb_checkpoints
# pyenv
.python-version
# mypy
.mypy_cache/
.dmypy.json
dmypy.json
# Pyre type checker
.pyre/
# pytype
.pytype/
# Cython debug symbols
cython_debug/
# VSCode / IDE
.vscode/
.idea/
# Environment
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# Logs
*.log
# Local configs
*.local
*.cfg
*.ini
# Ignore Mac/Windows/Linux junk
.DS_Store
Thumbs.db
desktop.ini
# Temporary
tmp/
temp/
*.tmp
# Ignore notebooks outputs
*.ipynb_checkpoints/
NPU_FFT/
*.bin