# Virtual environments
.venv/
venv/
env/
indic/

# Python cache
__pycache__/
*.py[cod]
*.pyo

# Testing
.pytest_cache/
.coverage
htmlcov/

# Build / packaging
dist/
build/
*.egg-info/

# IDE / editors
.vscode/
.idea/

# Refact
.refact/

# OS files
.DS_Store
Thumbs.db

# Jupyter
.ipynb_checkpoints/

# Logs
*.log

# Temporary files
*.tmp
*.temp
