shortenit/.gitignore
Elia el Lazkani 6800c90936 chore(#5): Migration to SQLAlchemy
* Introduces models to map objects in the database
* Refactoring and cleanup of old code
* Updates configuration file
* Updates README.md
* Updates .gitignore
2024-12-18 01:38:31 +01:00

12 lines
85 B
Text

#Python
.eggs/
*.egg-info
__pycache__/
.mypy*/
# Sphinx
build/
# IDE
.vscode/
*.db