This website requires JavaScript.
Explore
Help
Register
Sign in
PrivateCoffee
/
wikimore
Watch
5
Star
1
Fork
You've already forked wikimore
1
Code
Issues
11
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
main
wikimore
/
.gitignore
5 lines
38 B
Text
Raw
Permalink
Normal View
History
Unescape
Escape
feat: initial setup of Wikimore Flask app with basic features Added initial setup for "Wikimore", a simple frontend for Wikimedia projects using Flask. The app includes the following features: - Multi-language and multi-project support - Search functionality with results displayed - Proxy support for Wikimedia images - Basic structure and templates (home, article, search results) Configured appropriate .gitignore and .vscode settings for development. Licensed under MIT License.
2024-07-11 10:25:19 +00:00
venv/
.venv/
__pycache__/
chore: update .gitignore to include /dist/ directory Added the /dist/ directory to .gitignore to prevent distribution artifacts from being tracked in the repository. This helps in keeping the repository clean and reduces unnecessary clutter in version control.
2024-07-16 07:59:11 +00:00
*.pyc
/dist/
Reference in a new issue
Copy permalink