# Byte-compiled / cached files
__pycache__/
*.py[cod]
*$py.class

# Virtual environment
.venv/
env/
venv/

# Distribution / packaging
build/
dist/
*.egg-info/
pip-wheel-metadata/

# Testing
.coverage
htmlcov/
.tox/
.nox/
.pytest_cache/

# Jupyter Notebook
.ipynb_checkpoints/

# IDE / Editor specific
.vscode/
.idea/
*.swp
*.swo

# Logs and temp files
*.log
*.tmp
.DS_Store
Thumbs.db

# Models 
models/

# Attached assets
attached_assets/
