mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-04-29 01:38:51 -05:00
- Add .claude/ to ignore Claude AI configs - Add .cursor/ to ignore Cursor AI configs - Add .ai/ to ignore any AI assistant folders
116 lines
1.1 KiB
Plaintext
116 lines
1.1 KiB
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/
|
|
wheels/
|
|
share/python-wheels/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
MANIFEST
|
|
|
|
# PyInstaller
|
|
*.manifest
|
|
*.spec
|
|
|
|
# Unit test / coverage reports
|
|
htmlcov/
|
|
.tox/
|
|
.nox/
|
|
.coverage
|
|
.coverage.*
|
|
.cache
|
|
nosetests.xml
|
|
coverage.xml
|
|
*.cover
|
|
*.py,cover
|
|
.hypothesis/
|
|
.pytest_cache/
|
|
cover/
|
|
|
|
# Jupyter Notebook
|
|
.ipynb_checkpoints
|
|
|
|
# IPython
|
|
profile_default/
|
|
ipython_config.py
|
|
|
|
# pyenv
|
|
.python-version
|
|
|
|
# Virtual environments
|
|
.env
|
|
.venv
|
|
env/
|
|
venv/
|
|
ENV/
|
|
env.bak/
|
|
venv.bak/
|
|
bin/
|
|
include/
|
|
lib/
|
|
lib64/
|
|
pyvenv.cfg
|
|
share/
|
|
|
|
# IDEs
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
|
|
# Jupyter Book
|
|
book/_build/
|
|
|
|
# NBGrader
|
|
assignments/autograded/
|
|
assignments/feedback/
|
|
assignments/submitted/
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Database
|
|
*.db
|
|
*.sqlite
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
|
|
# Backup files
|
|
*.bak
|
|
*.backup
|
|
|
|
# AI assistant configs
|
|
.claude/
|
|
.cursor/
|
|
.ai/
|
|
|
|
# Project specific
|
|
tito-cli.log
|
|
COMMIT_LOG.txt
|