# Python bytecode and compiled files
__pycache__/
*.py[cod]
*$py.class

# Virtual environment folders
venv/
env/
.venv/
ENV/
env.bak/

# Distribution / Packaging
*.egg-info/
*.egg
dist/
build/
*.whl

# Logs and local environment settings
*.log
*.env
*.env.*
*.ini
*.DS_Store
*.vscode/
.idea/

# Jupyter Notebooks checkpoints
.ipynb_checkpoints/

# Database and SQLite
*.sqlite3
*.db

# OS-specific files
.DS_Store
Thumbs.db

# Test coverage reports
htmlcov/
.tox/
.coverage
*.cover
*.py,cover

# Unit test / Coverage results
*.pytest_cache/
.cache/
nosetests.xml
coverage.xml

# C extensions
*.so
*.dll
*.dylib

# Static analysis tools
.mypy_cache/
.pytype/
.pylint.d/

# Temporary files
*.tmp
*.temp
*.swp
*.swo

# IDE-specific settings
.vscode/
.idea/
.vim/

# pipfile related files
Pipfile.lock
poetry.lock

# Jupyter notebook outputs
*.ipynb_checkpoints/

# Additional folders
npdata/
trainer_great/
wandb/
saved_models/
.ipynb cecile/
augmentation_results/
output/
granite-tsfm/
temp/
finetuned_models/

