.vscode/
.cado/
.github/agents/
.git/
.github/skills/
.github/prompts/
.github/context-mode/

# Ignore Python bytecode files
__pycache__/
*.pyc
# Ignore virtual environment directories
venv/
.venv/
.pytest_cache/
env/
dist/
# Ignore log files
*.log
# Ignore Jupyter Notebook checkpoints
.ipynb_checkpoints/
# Ignore data files
data/
# Ignore model files
models/
*egg-info/
.env
