# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
dist/
build/
*.whl
*.tar.gz

# Virtual environments
.venv/
venv/
ENV/

# Testing
.pytest_cache/
htmlcov/
.coverage
.coverage.*
coverage.xml
*.cover

# Linting / type checking
.ruff_cache/
.mypy_cache/
.pyright/

# Configuration
.sraosha
.env

# Celery beat (local schedule database file)
celerybeat-schedule
celerybeat-schedule.db

# make start / make stop
.sraosha-start.pids
.sraosha-start-api.log
.sraosha-start-worker.log
.sraosha-start-beat.log
.dev-all.pids

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# uv
.python-version

# Frontend (see also frontend/.gitignore)
frontend/node_modules/
frontend/dist/
