Add initial project structure with .gitignore, pyproject.toml, and main application files
This commit is contained in:
17
.gitignore
vendored
Normal file
17
.gitignore
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
|
||||
# Virtual environment
|
||||
env/
|
||||
|
||||
# Configuration
|
||||
config/config.ini
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# Streamlit
|
||||
.streamlit/
|
||||
Reference in New Issue
Block a user