This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
pferd
Watch
1
Star
0
Fork
0
You've already forked pferd
mirror of
https://github.com/Garmelon/PFERD.git
synced
2023-12-21 10:23:01 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c88f20859a
pferd
/
.gitignore
6 lines
61 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Load and dump config
2021-04-27 12:41:49 +02:00
.mypy_cache/
Do project setup from scratch Following guidelines from the Python Packaging User Guide [1]. This commit intentionally breaks the .gitignore, project dependencies, GitHub Actions and other stuff. It also removes almost the entire README. The intention behind this is to get rid of all cruft that as accumulated over time and to have a fresh start. Only necessary things will be re-added as they're needed. From now on, I also plan on adding documentation for every feature at the same time that the feature is implemented. This is to ensure that the documentation does not become outdated. [1]: https://packaging.python.org/
2021-04-26 23:46:44 +02:00
/.venv/
Configure entry point
2021-04-27 00:29:42 +02:00
/PFERD.egg-info/
__pycache__/
Add vscode directory to gitignore
2021-05-15 11:20:20 +02:00
/.vscode/
Reference in New Issue
Copy Permalink