# .gitignore file generated by Pyrustic Manager

# Python
__pycache__/
*.py[cod]
build/
dist/
*.egg-info/

# Environments
venv/
env/

# PyCharm
.idea/

# Databases
*.db

# Releases
pyrustic_data/dist/

# Secret
secret/
