# Ignore non-essential files for Railway deployment
.git
.github
.pytest_cache
.mypy_cache
.ruff_cache
__pycache__
*.pyc
*.pyo
*.egg-info
.eggs
dist
build
*.egg
.tox
.coverage
htmlcov
.hypothesis
tests
docs
*.md
!README.md
.vscode
.idea
*.log
*.sqlite
*.db
.env
.env.*
venv
.venv
node_modules
