Added the first python project, included .gitignore for ignoring the python virtual environment, added requirements for the project (which are fake as of now). Also, testing a README file change.
This commit is contained in:
parent
dbe9acb095
commit
c5df561b9e
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
/venv/
|
@ -1 +1,4 @@
|
||||
# This is a git learning... thing.
|
||||
what the hell is a HEAD~1 and why does it not work in my `git reset HEAD~1`
|
||||
how do pull requests work????
|
||||
*this is a test change*
|
||||
|
2
example.py
Normal file
2
example.py
Normal file
@ -0,0 +1,2 @@
|
||||
import bs4 #for no reason!
|
||||
print("Hello Gitea!")
|
3
requirements.txt
Normal file
3
requirements.txt
Normal file
@ -0,0 +1,3 @@
|
||||
bs4
|
||||
lxml
|
||||
mechanize
|
Loading…
Reference in New Issue
Block a user