Skip to content

Commit

Permalink
Rewrite: WIP Checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanC committed May 26, 2024
1 parent ecc7efb commit 3adb9f3
Show file tree
Hide file tree
Showing 33 changed files with 1,008 additions and 4,288 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,10 @@ ipython_config.py
#pdm.lock
# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
# in version control.
# https://pdm.fming.dev/#use-with-ide
# https://pdm.fming.dev/latest/usage/project/#working-with-version-control
.pdm.toml
.pdm-python
.pdm-build/

# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
__pypackages__/
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.2-slim-bullseye
FROM python:3.12.3-slim-bullseye

WORKDIR /n31l

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Ethan
Copyright (c) 2024 Ethan

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
9 changes: 0 additions & 9 deletions components/__init__.py

This file was deleted.

Loading

0 comments on commit 3adb9f3

Please sign in to comment.