This website requires JavaScript.
Explore
Help
Register
Sign in
PrivateCoffee
/
gitcloak
Watch
4
Star
0
Fork
You've already forked gitcloak
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
v0.0.5
gitcloak
/
.gitignore
4 lines
31 B
Text
Raw
Permalink
Normal View
History
Unescape
Escape
feat: add initial project setup with Flask and Git integration Introduce the initial project structure for gitcloak, a Python-based private frontend for GitHub repositories. Key changes include: - Added .gitignore to exclude virtual environment, bytecode files, and cache directories. - Added LICENSE file using the MIT License. - Created a basic `pyproject.toml` with project metadata and dependencies. - Implemented Flask-based application to render repository structure and file contents. - Added `Git` class to handle interactions with remote GitHub repositories using Dulwich and requests. - Included HTML template for displaying repo content. - Created sample `test.py` for testing Git class methods. This setup enables foundational project functionality and establishes a clear structure for further development.
2024-06-18 15:00:05 +00:00
venv/
*.pyc
__pycache__/
chore: update .gitignore to include dist directory Added trailing slash to "dist" in .gitignore to properly ignore the directory instead of any file named "dist". This ensures that all build artifacts are excluded from version control.
2024-06-19 08:19:21 +00:00
/dist/
Reference in a new issue
Copy permalink